Color Hex Logo

#bfcbdb Color Hex

#BFCBDB
(191,203,219)
0 Favorites   0 Comments

Color spaces of #bfcbdb

RGB 191203219
HSL0.600.280.80
HSV214°13°86°
CMYK 0.130.070.00   0.14
XYZ55.628058.902775.4553
Yxy58.90270.29280.3100
Hunter Lab76.7481-4.9301-4.5676
CIE-Lab81.2381-0.8934-9.3345

#bfcbdb color RGB value is (191,203,219).

#bfcbdb hex color red value is 191, green value is 203 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bfcbdb hue: 0.60 , saturation: 0.28 and the lightness value of bfcbdb is 0.80.

The process color (four color CMYK) of #bfcbdb color hex is 0.13, 0.07, 0.00, 0.14. Web safe color of #bfcbdb is #cccccc. Color #bfcbdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001011 11011011
Octal 277 313 333
Decimal 191 203 219
Hex BF CB DB

RGB Percentages of Color #bfcbdb

%31.16
%33.12
%35.73

CMYK Percentages of Color #bfcbdb

%13
%7
%0
%14

Triadic Colors of #bfcbdb

#bfcbdb #dbbfcb #cbdbbf

Analogous Colors of #bfcbdb

#bfcbdb #c1bfdb #bfd9db

Monochromatic Colors of #bfcbdb

#bfcbdb

Complementary Color

#bfcbdb #dbcfbf

#bfcbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfcbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfcbdb Color CSS Codes

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

#bfcbdb Text Font Color

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

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


#bfcbdb Background Color

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

This div background color is #bfcbdb


#bfcbdb Border Color

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

This div border color is #bfcbdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,203,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 #bfcbdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfcbdb


Comments

No comments written yet.

Please login to write comment.