Color Hex Logo

#bbcfd7 Color Hex

#BBCFD7
(187,207,215)
0 Favorites   0 Comments

Color spaces of #bbcfd7

RGB 187207215
HSL0.550.260.79
HSV197°13°84°
CMYK 0.130.040.00   0.16
XYZ55.072160.096772.9872
Yxy60.09670.29270.3194
Hunter Lab77.5221-8.8562-1.5562
CIE-Lab81.8907-5.1043-6.2582

#bbcfd7 color RGB value is (187,207,215).

#bbcfd7 hex color red value is 187, green value is 207 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #bbcfd7 hue: 0.55 , saturation: 0.26 and the lightness value of bbcfd7 is 0.79.

The process color (four color CMYK) of #bbcfd7 color hex is 0.13, 0.04, 0.00, 0.16. Web safe color of #bbcfd7 is #cccccc. Color #bbcfd7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001111 11010111
Octal 273 317 327
Decimal 187 207 215
Hex BB CF D7

RGB Percentages of Color #bbcfd7

%30.71
%33.99
%35.30

CMYK Percentages of Color #bbcfd7

%13
%4
%0
%16

Triadic Colors of #bbcfd7

#bbcfd7 #d7bbcf #cfd7bb

Analogous Colors of #bbcfd7

#bbcfd7 #bbc1d7 #bbd7d1

Monochromatic Colors of #bbcfd7

#bbcfd7

Complementary Color

#bbcfd7 #d7c3bb

#bbcfd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcfd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcfd7 Color CSS Codes

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

#bbcfd7 Text Font Color

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

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


#bbcfd7 Background Color

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

This div background color is #bbcfd7


#bbcfd7 Border Color

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

This div border color is #bbcfd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcfd7


Comments

No comments written yet.

Please login to write comment.