#BDBACE

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

Shades of Blue Haze #BDBACE

Tints of Blue Haze #BDBACE

Color information

#BDBACE (or 0xBDBACE) is unknown color: approx Blue Haze. HEX triplet: BD, BA and CE. RGB value is (189,186,206). Sum of RGB (Red+Green+Blue) = 189+186+206=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDBACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBACE is #424531. Grayscale: #BDBDBD. Windows color (decimal): -4343090 or 13548221. OLE color: 13548221.

HSL color Cylindrical-coordinate representation of color #BDBACE: hue angle of 249º 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 #BDBACE is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB189186206-
CMYK0.080.1000.19
HSL249º16.95%76.86%-
HSV(B)249º9.71%80.78%-
XYZ49.6950.3965.5-
YUV189.18137.49127.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.53%
GREEN value IS 186 (73.05% from 255) = 32.01%
BLUE value IS 206 (80.86% from 255) = 35.46%
R=32.53%
G=32.01%
B=35.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1891862060.080.1000.1924916.9576.86
HexBDBACE8A013f9114d
Octal275272316101202337121115
Binary1011110110111010110011101000101001001111111001100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBACE; }

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

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

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

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

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

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

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

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