#BFBBCD

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

Shades of Blue Haze #BFBBCD

Tints of Blue Haze #BFBBCD

Color information

#BFBBCD (or 0xBFBBCD) is unknown color: approx Blue Haze. HEX triplet: BF, BB and CD. RGB value is (191,187,205). Sum of RGB (Red+Green+Blue) = 191+187+205=583 (77% of max value = 765). Red value is 191 (75% from 255 or 32.76% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 205 - color contains mainly: blue. Hex color #BFBBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBBCD is #404432. Grayscale: #BEBEBE. Windows color (decimal): -4211763 or 13482943. OLE color: 13482943.

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

Color convert

RGB191187205-
CMYK0.070.0900.20
HSL253.33º15.25%76.86%-
HSV(B)253.33º8.78%80.39%-
XYZ50.2851.0264.96-
YUV190.25136.33128.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.76%
GREEN value IS 187 (73.44% from 255) = 32.08%
BLUE value IS 205 (80.47% from 255) = 35.16%
R=32.76%
G=32.08%
B=35.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911872050.070.0900.20253.3315.2576.86
HexBFBBCD79014fdf4d
Octal27727331571102437517115
Binary10111111101110111100110111110010101001111110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBBCD; }

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

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

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

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

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

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

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

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