Color Hex Logo

#bfd1cb Color Hex

#BFD1CB
(191,209,203)
0 Favorites   0 Comments

Color spaces of #bfd1cb

RGB 191209203
HSL0.440.160.78
HSV160°82°
CMYK 0.090.000.03   0.18
XYZ55.065860.989165.3697
Yxy60.98910.30350.3362
Hunter Lab78.0955-10.80535.0383
CIE-Lab82.3729-7.19850.8876

#bfd1cb color RGB value is (191,209,203).

#bfd1cb hex color red value is 191, green value is 209 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bfd1cb hue: 0.44 , saturation: 0.16 and the lightness value of bfd1cb is 0.78.

The process color (four color CMYK) of #bfd1cb color hex is 0.09, 0.00, 0.03, 0.18. Web safe color of #bfd1cb is #cccccc. Color #bfd1cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010001 11001011
Octal 277 321 313
Decimal 191 209 203
Hex BF D1 CB

RGB Percentages of Color #bfd1cb

%31.67
%34.66
%33.67

CMYK Percentages of Color #bfd1cb

%9
%0
%3
%18

Triadic Colors of #bfd1cb

#bfd1cb #cbbfd1 #d1cbbf

Analogous Colors of #bfd1cb

#bfd1cb #bfced1 #bfd1c2

Monochromatic Colors of #bfd1cb

#bfd1cb

Complementary Color

#bfd1cb #d1bfc5

#bfd1cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd1cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd1cb Color CSS Codes

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

#bfd1cb Text Font Color

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

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


#bfd1cb Background Color

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

This div background color is #bfd1cb


#bfd1cb Border Color

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

This div border color is #bfd1cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,209,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bfd1cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bfd1cb;
  -webkit-box-shadow: 1px 1px 3px 2px #bfd1cb;
  box-shadow:         1px 1px 3px 2px #bfd1cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,209,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd1cb


Comments

No comments written yet.

Please login to write comment.