Color Hex Logo

#bbdbc6 Color Hex

#BBDBC6
(187,219,198)
0 Favorites   0 Comments

Color spaces of #bbdbc6

RGB 187219198
HSL0.390.310.80
HSV141°15°86°
CMYK 0.150.000.10   0.14
XYZ56.018165.305063.0787
Yxy65.30500.30380.3541
Hunter Lab80.8115-17.684910.2883
CIE-Lab84.6407-14.58436.7920

#bbdbc6 color RGB value is (187,219,198).

#bbdbc6 hex color red value is 187, green value is 219 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #bbdbc6 hue: 0.39 , saturation: 0.31 and the lightness value of bbdbc6 is 0.80.

The process color (four color CMYK) of #bbdbc6 color hex is 0.15, 0.00, 0.10, 0.14. Web safe color of #bbdbc6 is #cccccc. Color #bbdbc6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011011 11000110
Octal 273 333 306
Decimal 187 219 198
Hex BB DB C6

RGB Percentages of Color #bbdbc6

%30.96
%36.26
%32.78

CMYK Percentages of Color #bbdbc6

%15
%0
%10
%14

Triadic Colors of #bbdbc6

#bbdbc6 #c6bbdb #dbc6bb

Analogous Colors of #bbdbc6

#bbdbc6 #bbdbd6 #c0dbbb

Monochromatic Colors of #bbdbc6

#bbdbc6

Complementary Color

#bbdbc6 #dbbbd0

#bbdbc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdbc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdbc6 Color CSS Codes

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

#bbdbc6 Text Font Color

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

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


#bbdbc6 Background Color

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

This div background color is #bbdbc6


#bbdbc6 Border Color

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

This div border color is #bbdbc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdbc6


Comments

No comments written yet.

Please login to write comment.