Color Hex Logo

#bfc9de Color Hex

#BFC9DE
(191,201,222)
0 Favorites   0 Comments

Color spaces of #bfc9de

RGB 191201222
HSL0.610.320.81
HSV221°14°87°
CMYK 0.140.090.00   0.13
XYZ55.557358.123677.3980
Yxy58.12360.29080.3042
Hunter Lab76.2388-3.3402-6.8243
CIE-Lab80.80750.7855-11.5830

#bfc9de color RGB value is (191,201,222).

#bfc9de hex color red value is 191, green value is 201 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bfc9de hue: 0.61 , saturation: 0.32 and the lightness value of bfc9de is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001001 11011110
Octal 277 311 336
Decimal 191 201 222
Hex BF C9 DE

RGB Percentages of Color #bfc9de

%31.11
%32.74
%36.16

CMYK Percentages of Color #bfc9de

%14
%9
%0
%13

Triadic Colors of #bfc9de

#bfc9de #debfc9 #c9debf

Analogous Colors of #bfc9de

#bfc9de #c5bfde #bfd9de

Monochromatic Colors of #bfc9de

#bfc9de

Complementary Color

#bfc9de #ded4bf

#bfc9de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc9de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc9de Color CSS Codes

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

#bfc9de Text Font Color

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

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


#bfc9de Background Color

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

This div background color is #bfc9de


#bfc9de Border Color

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

This div border color is #bfc9de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc9de


Comments

No comments written yet.

Please login to write comment.