#BDBAC6

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

Shades of Blue Haze #BDBAC6

Tints of Blue Haze #BDBAC6

Color information

#BDBAC6 (or 0xBDBAC6) is unknown color: approx Blue Haze. HEX triplet: BD, BA and C6. RGB value is (189,186,198). Sum of RGB (Red+Green+Blue) = 189+186+198=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 198 (77.73% from 255 or 34.55% from 573); Max value from RGB is 198 - color contains mainly: blue. Hex color #BDBAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBAC6 is #424539. Grayscale: #BCBCBC. Windows color (decimal): -4343098 or 13023933. OLE color: 13023933.

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

Color convert

RGB189186198-
CMYK0.050.0600.22
HSL255º9.52%75.29%-
HSV(B)255º6.06%77.65%-
XYZ48.7450.0160.51-
YUV188.26133.49128.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.98%
GREEN value IS 186 (73.05% from 255) = 32.46%
BLUE value IS 198 (77.73% from 255) = 34.55%
R=32.98%
G=32.46%
B=34.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891861980.050.0600.222559.5275.29
HexBDBAC656016ffa4b
Octal2752723065602637712113
Binary1011110110111010110001101011100101101111111110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBAC6; }

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

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

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

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

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

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

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

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