#BFBBCE

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

Shades of Blue Haze #BFBBCE

Tints of Blue Haze #BFBBCE

Color information

#BFBBCE (or 0xBFBBCE) is unknown color: approx Blue Haze. HEX triplet: BF, BB and CE. RGB value is (191,187,206). Sum of RGB (Red+Green+Blue) = 191+187+206=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 206 - color contains mainly: blue. Hex color #BFBBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBBCE is #404431. Grayscale: #BEBEBE. Windows color (decimal): -4211762 or 13548479. OLE color: 13548479.

HSL color Cylindrical-coordinate representation of color #BFBBCE: hue angle of 252.63º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFBBCE is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB191187206-
CMYK0.070.0900.19
HSL252.63º16.24%77.06%-
HSV(B)252.63º9.22%80.78%-
XYZ50.451.0765.59-
YUV190.36136.83128.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.71%
GREEN value IS 187 (73.44% from 255) = 32.02%
BLUE value IS 206 (80.86% from 255) = 35.27%
R=32.71%
G=32.02%
B=35.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1911872060.070.0900.19252.6316.2477.06
HexBFBBCE79013fd104d
Octal27727331671102337520115
Binary101111111011101111001110111100101001111111101100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBBCE; }

 p { color: rgb(191,187,206); }

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

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

 a { background-color: rgb(191,187,206); }

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

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

 span { border-color: rgb(191,187,206); }

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