#BDBAC8

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

Shades of Blue Haze #BDBAC8

Tints of Blue Haze #BDBAC8

Color information

#BDBAC8 (or 0xBDBAC8) is unknown color: approx Blue Haze. HEX triplet: BD, BA and C8. RGB value is (189,186,200). Sum of RGB (Red+Green+Blue) = 189+186+200=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 200 (78.52% from 255 or 34.78% from 575); Max value from RGB is 200 - color contains mainly: blue. Hex color #BDBAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBAC8 is #424537. Grayscale: #BCBCBC. Windows color (decimal): -4343096 or 13155005. OLE color: 13155005.

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

Color convert

RGB189186200-
CMYK0.060.0700.22
HSL252.86º11.29%75.69%-
HSV(B)252.86º7%78.43%-
XYZ48.9750.1161.73-
YUV188.49134.49128.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.87%
GREEN value IS 186 (73.05% from 255) = 32.35%
BLUE value IS 200 (78.52% from 255) = 34.78%
R=32.87%
G=32.35%
B=34.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891862000.060.0700.22252.8611.2975.69
HexBDBAC867016fdb4c
Octal2752723106702637513114
Binary1011110110111010110010001101110101101111110110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBAC8; }

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

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

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

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

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

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

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

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