Color Hex Logo

#bbd2e1 Color Hex

#BBD2E1
(187,210,225)
0 Favorites   0 Comments

Color spaces of #bbd2e1

RGB 187210225
HSL0.570.390.81
HSV204°17°88°
CMYK 0.170.070.00   0.12
XYZ57.130762.094280.2084
Yxy62.09420.28650.3114
Hunter Lab78.7999-8.4855-5.1899
CIE-Lab82.9635-4.5979-10.0005

#bbd2e1 color RGB value is (187,210,225).

#bbd2e1 hex color red value is 187, green value is 210 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #bbd2e1 hue: 0.57 , saturation: 0.39 and the lightness value of bbd2e1 is 0.81.

The process color (four color CMYK) of #bbd2e1 color hex is 0.17, 0.07, 0.00, 0.12. Web safe color of #bbd2e1 is #cccccc. Color #bbd2e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010010 11100001
Octal 273 322 341
Decimal 187 210 225
Hex BB D2 E1

RGB Percentages of Color #bbd2e1

%30.06
%33.76
%36.17

CMYK Percentages of Color #bbd2e1

%17
%7
%0
%12

Triadic Colors of #bbd2e1

#bbd2e1 #e1bbd2 #d2e1bb

Analogous Colors of #bbd2e1

#bbd2e1 #bbbfe1 #bbe1dd

Monochromatic Colors of #bbd2e1

#bbd2e1

Complementary Color

#bbd2e1 #e1cabb

#bbd2e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd2e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd2e1 Color CSS Codes

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

#bbd2e1 Text Font Color

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

This sample text font color is #bbd2e1
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.


#bbd2e1 Background Color

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

This div background color is #bbd2e1


#bbd2e1 Border Color

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

This div border color is #bbd2e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd2e1

#bbd2e1 Color Palettes


Comments

No comments written yet.

Please login to write comment.