Color Hex Logo

#bbd0f1 Color Hex

#BBD0F1
(187,208,241)
0 Favorites   0 Comments

Color spaces of #bbd0f1

RGB 187208241
HSL0.600.660.84
HSV217°22°95°
CMYK 0.220.140.00   0.05
XYZ58.926662.027492.0858
Yxy62.02740.27660.2912
Hunter Lab78.7575-4.2713-14.1936
CIE-Lab82.9280-0.0689-18.5705

#bbd0f1 color RGB value is (187,208,241).

#bbd0f1 hex color red value is 187, green value is 208 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #bbd0f1 hue: 0.60 , saturation: 0.66 and the lightness value of bbd0f1 is 0.84.

The process color (four color CMYK) of #bbd0f1 color hex is 0.22, 0.14, 0.00, 0.05. Web safe color of #bbd0f1 is #ccccff. Color #bbd0f1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010000 11110001
Octal 273 320 361
Decimal 187 208 241
Hex BB D0 F1

RGB Percentages of Color #bbd0f1

%29.40
%32.70
%37.89

CMYK Percentages of Color #bbd0f1

%22
%14
%0
%5

Triadic Colors of #bbd0f1

#bbd0f1 #f1bbd0 #d0f1bb

Analogous Colors of #bbd0f1

#bbd0f1 #c1bbf1 #bbebf1

Monochromatic Colors of #bbd0f1

#bbd0f1

Complementary Color

#bbd0f1 #f1dcbb

#bbd0f1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd0f1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd0f1 Color CSS Codes

.mybgcolor {background-color:#bbd0f1; } 
.myforecolor {color:#bbd0f1; }
.mybordercolor {border:3px solid #bbd0f1; }

#bbd0f1 Text Font Color

<p style="color:#bbd0f1">Text here</p>

This sample text font color is #bbd0f1
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bbd0f1 Background Color

<div style="background-color:#bbd0f1">
Div content here</div>

This div background color is #bbd0f1


#bbd0f1 Border Color

<div style="border:3px solid #bbd0f1">
Div here</div>

This div border color is #bbd0f1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,208,241, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bbd0f1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bbd0f1;
  -webkit-box-shadow: 1px 1px 3px 2px #bbd0f1;
  box-shadow:         1px 1px 3px 2px #bbd0f1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,208,241, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bbd0f1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bbd0f1;
  -webkit-box-shadow: 1px 1px 3px 2px #bbd0f1;
  box-shadow:         1px 1px 3px 2px #bbd0f1;">
Div content here</div>

This div box has shadow with color #bbd0f1


Comments

No comments written yet.

Please login to write comment.