Color Hex Logo

#bbced0 Color Hex

#BBCED0
(187,206,208)
0 Favorites   0 Comments

Color spaces of #bbced0

RGB 187206208
HSL0.520.180.77
HSV186°10°82°
CMYK 0.100.010.00   0.18
XYZ53.950059.261568.2696
Yxy59.26150.29730.3265
Hunter Lab76.9815-9.62161.3068
CIE-Lab81.4351-5.9910-3.1882

#bbced0 color RGB value is (187,206,208).

#bbced0 hex color red value is 187, green value is 206 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #bbced0 hue: 0.52 , saturation: 0.18 and the lightness value of bbced0 is 0.77.

The process color (four color CMYK) of #bbced0 color hex is 0.10, 0.01, 0.00, 0.18. Web safe color of #bbced0 is #cccccc. Color #bbced0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001110 11010000
Octal 273 316 320
Decimal 187 206 208
Hex BB CE D0

RGB Percentages of Color #bbced0

%31.11
%34.28
%34.61

CMYK Percentages of Color #bbced0

%10
%1
%0
%18

Triadic Colors of #bbced0

#bbced0 #d0bbce #ced0bb

Analogous Colors of #bbced0

#bbced0 #bbc4d0 #bbd0c8

Monochromatic Colors of #bbced0

#bbced0

Complementary Color

#bbced0 #d0bdbb

#bbced0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbced0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbced0 Color CSS Codes

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

#bbced0 Text Font Color

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

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


#bbced0 Background Color

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

This div background color is #bbced0


#bbced0 Border Color

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

This div border color is #bbced0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbced0


Comments

No comments written yet.

Please login to write comment.