#BDBAC9

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

Shades of Blue Haze #BDBAC9

Tints of Blue Haze #BDBAC9

Color information

#BDBAC9 (or 0xBDBAC9) is unknown color: approx Blue Haze. HEX triplet: BD, BA and C9. RGB value is (189,186,201). Sum of RGB (Red+Green+Blue) = 189+186+201=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 201 (78.91% from 255 or 34.90% from 576); Max value from RGB is 201 - color contains mainly: blue. Hex color #BDBAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBAC9 is #424536. Grayscale: #BCBCBC. Windows color (decimal): -4343095 or 13220541. OLE color: 13220541.

HSL color Cylindrical-coordinate representation of color #BDBAC9: hue angle of 252º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDBAC9 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB189186201-
CMYK0.060.0700.21
HSL252º12.2%75.88%-
HSV(B)252º7.46%78.82%-
XYZ49.0950.1562.35-
YUV188.61134.99128.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.81%
GREEN value IS 186 (73.05% from 255) = 32.29%
BLUE value IS 201 (78.91% from 255) = 34.90%
R=32.81%
G=32.29%
B=34.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1891862010.060.0700.2125212.275.88
HexBDBAC967015fcc4c
Octal2752723116702537414114
Binary1011110110111010110010011101110101011111110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBAC9; }

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

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

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

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

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

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

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

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