Color Hex Logo

#bbcfdb Color Hex

#BBCFDB
(187,207,219)
0 Favorites   0 Comments

Color spaces of #bbcfdb

RGB 187207219
HSL0.560.310.80
HSV203°15°86°
CMYK 0.150.050.00   0.14
XYZ55.592560.304975.7278
Yxy60.30490.29010.3147
Hunter Lab77.6562-8.1139-3.4583
CIE-Lab82.0036-4.2822-8.2274

#bbcfdb color RGB value is (187,207,219).

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

The process color (four color CMYK) of #bbcfdb color hex is 0.15, 0.05, 0.00, 0.14. Web safe color of #bbcfdb is #cccccc. Color #bbcfdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001111 11011011
Octal 273 317 333
Decimal 187 207 219
Hex BB CF DB

RGB Percentages of Color #bbcfdb

%30.51
%33.77
%35.73

CMYK Percentages of Color #bbcfdb

%15
%5
%0
%14

Triadic Colors of #bbcfdb

#bbcfdb #dbbbcf #cfdbbb

Analogous Colors of #bbcfdb

#bbcfdb #bbbfdb #bbdbd7

Monochromatic Colors of #bbcfdb

#bbcfdb

Complementary Color

#bbcfdb #dbc7bb

#bbcfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcfdb Color CSS Codes

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

#bbcfdb Text Font Color

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

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


#bbcfdb Background Color

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

This div background color is #bbcfdb


#bbcfdb Border Color

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

This div border color is #bbcfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcfdb


Comments

No comments written yet.

Please login to write comment.