#BFBACC

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

Shades of Blue Haze #BFBACC

Tints of Blue Haze #BFBACC

Color information

#BFBACC (or 0xBFBACC) is unknown color: approx Blue Haze. HEX triplet: BF, BA and CC. RGB value is (191,186,204). Sum of RGB (Red+Green+Blue) = 191+186+204=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 204 - color contains mainly: blue. Hex color #BFBACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBACC is #404533. Grayscale: #BDBDBD. Windows color (decimal): -4212020 or 13417151. OLE color: 13417151.

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

Color convert

RGB191186204-
CMYK0.060.0900.2
HSL256.67º15%76.47%-
HSV(B)256.67º8.82%80%-
XYZ49.9450.5564.25-
YUV189.55136.16129.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.87%
GREEN value IS 186 (73.05% from 255) = 32.01%
BLUE value IS 204 (80.08% from 255) = 35.11%
R=32.87%
G=32.01%
B=35.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1911862040.060.0900.2256.671576.47
HexBFBACC69014101f4c
Octal27727231461102440117114
Binary101111111011101011001100110100101010010000000111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBACC; }

 p { color: rgb(191,186,204); }

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

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

 a { background-color: rgb(191,186,204); }

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

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

 span { border-color: rgb(191,186,204); }

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