#BFBACE

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

Shades of Blue Haze #BFBACE

Tints of Blue Haze #BFBACE

Color information

#BFBACE (or 0xBFBACE) is unknown color: approx Blue Haze. HEX triplet: BF, BA and CE. RGB value is (191,186,206). Sum of RGB (Red+Green+Blue) = 191+186+206=583 (77% of max value = 765). Red value is 191 (75% from 255 or 32.76% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 206 - color contains mainly: blue. Hex color #BFBACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBACE is #404531. Grayscale: #BDBDBD. Windows color (decimal): -4212018 or 13548223. OLE color: 13548223.

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

Color convert

RGB191186206-
CMYK0.070.1000.19
HSL255º16.95%76.86%-
HSV(B)255º9.71%80.78%-
XYZ50.1950.6565.52-
YUV189.78137.16128.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.76%
GREEN value IS 186 (73.05% from 255) = 31.90%
BLUE value IS 206 (80.86% from 255) = 35.33%
R=32.76%
G=31.90%
B=35.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1911862060.070.1000.1925516.9576.86
HexBFBACE7A013ff114d
Octal27727231671202337721115
Binary101111111011101011001110111101001001111111111100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBACE; }

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

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

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

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

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

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

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

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