#BFBBC9

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

Shades of Blue Haze #BFBBC9

Tints of Blue Haze #BFBBC9

Color information

#BFBBC9 (or 0xBFBBC9) is unknown color: approx Blue Haze. HEX triplet: BF, BB and C9. RGB value is (191,187,201). Sum of RGB (Red+Green+Blue) = 191+187+201=579 (76% of max value = 765). Red value is 191 (75% from 255 or 32.99% from 579); Green value is 187 (73.44% from 255 or 32.30% from 579); Blue value is 201 (78.91% from 255 or 34.72% from 579); Max value from RGB is 201 - color contains mainly: blue. Hex color #BFBBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBBC9 is #404436. Grayscale: #BDBDBD. Windows color (decimal): -4211767 or 13220799. OLE color: 13220799.

HSL color Cylindrical-coordinate representation of color #BFBBC9: hue angle of 257.14º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFBBC9 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB191187201-
CMYK0.050.0700.21
HSL257.14º11.48%76.08%-
HSV(B)257.14º6.97%78.82%-
XYZ49.850.8362.45-
YUV189.79134.33128.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.99%
GREEN value IS 187 (73.44% from 255) = 32.30%
BLUE value IS 201 (78.91% from 255) = 34.72%
R=32.99%
G=32.30%
B=34.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911872010.050.0700.21257.1411.4876.08
HexBFBBC957015101b4c
Octal2772733115702540113114
Binary10111111101110111100100110111101010110000000110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBBC9; }

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

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

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

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

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

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

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

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