#BFB9D0

Color #BFB9D0 Blue Haze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Haze #BFB9D0

Tints of Blue Haze #BFB9D0

Color information

#BFB9D0 (or 0xBFB9D0) is unknown color: approx Blue Haze. HEX triplet: BF, B9 and D0. RGB value is (191,185,208). Sum of RGB (Red+Green+Blue) = 191+185+208=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 185 (72.66% from 255 or 31.68% from 584); Blue value is 208 (81.64% from 255 or 35.62% from 584); Max value from RGB is 208 - color contains mainly: blue. Hex color #BFB9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB9D0 is #40462F. Grayscale: #BDBDBD. Windows color (decimal): -4212272 or 13679039. OLE color: 13679039.

HSL color Cylindrical-coordinate representation of color #BFB9D0: hue angle of 255.65º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFB9D0 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB191185208-
CMYK0.080.1100.18
HSL255.65º19.66%77.06%-
HSV(B)255.65º11.06%81.57%-
XYZ50.2250.3366.74-
YUV189.42138.49129.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 32.71%
GREEN value IS 185 (72.66% from 255) = 31.68%
BLUE value IS 208 (81.64% from 255) = 35.62%
R=32.71%
G=31.68%
B=35.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1911852080.080.1100.18255.6519.6677.06
HexBFB9D08B012100144d
Octal277271320101302240024115
Binary10111111101110011101000010001011010010100000000101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB9D0; }

 p { color: rgb(191,185,208); }

 H1.HeaderClassName
 {
   color: #BFB9D0;
 }
 .AnyTagClassName
 {
   color: #BFB9D0;
 }
</style>
background-color css

<style>
 a { background-color: #BFB9D0; }

 a { background-color: rgb(191,185,208); }

 div.DivClassName
 {
   background-color: #BFB9D0;
 }
 .BgClassName
 {
   background-color: #BFB9D0;
 }
</style>
border-color css

<style>
 span { border-color: #BFB9D0; }

 span { border-color: rgb(191,185,208); }

 td.TdClassName
 {
   border-color: #BFB9D0;
 }
 .TagClassName
 {
   border-color: #BFB9D0;
 }
</style>