#BFBCC8

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

Shades of Blue Haze #BFBCC8

Tints of Blue Haze #BFBCC8

Color information

#BFBCC8 (or 0xBFBCC8) is unknown color: approx Blue Haze. HEX triplet: BF, BC and C8. RGB value is (191,188,200). Sum of RGB (Red+Green+Blue) = 191+188+200=579 (76% of max value = 765). Red value is 191 (75% from 255 or 32.99% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 200 (78.52% from 255 or 34.54% from 579); Max value from RGB is 200 - color contains mainly: blue. Hex color #BFBCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCC8 is #404337. Grayscale: #BEBEBE. Windows color (decimal): -4211512 or 13155519. OLE color: 13155519.

HSL color Cylindrical-coordinate representation of color #BFBCC8: hue angle of 255º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFBCC8 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB191188200-
CMYK0.040.0600.22
HSL255º9.84%76.08%-
HSV(B)255º6%78.43%-
XYZ49.8951.2161.9-
YUV190.26133.49128.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.99%
GREEN value IS 188 (73.83% from 255) = 32.47%
BLUE value IS 200 (78.52% from 255) = 34.54%
R=32.99%
G=32.47%
B=34.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911882000.040.0600.222559.8476.08
HexBFBCC846016ffa4c
Octal2772743104602637712114
Binary1011111110111100110010001001100101101111111110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBCC8; }

 p { color: rgb(191,188,200); }

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

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

 a { background-color: rgb(191,188,200); }

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

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

 span { border-color: rgb(191,188,200); }

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