#BDBAC7

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

Shades of Blue Haze #BDBAC7

Tints of Blue Haze #BDBAC7

Color information

#BDBAC7 (or 0xBDBAC7) is unknown color: approx Blue Haze. HEX triplet: BD, BA and C7. RGB value is (189,186,199). Sum of RGB (Red+Green+Blue) = 189+186+199=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 186 (73.05% from 255 or 32.40% from 574); Blue value is 199 (78.12% from 255 or 34.67% from 574); Max value from RGB is 199 - color contains mainly: blue. Hex color #BDBAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBAC7 is #424538. Grayscale: #BCBCBC. Windows color (decimal): -4343097 or 13089469. OLE color: 13089469.

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

Color convert

RGB189186199-
CMYK0.050.0700.22
HSL253.85º10.4%75.49%-
HSV(B)253.85º6.53%78.04%-
XYZ48.8550.0661.12-
YUV188.38133.99128.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.93%
GREEN value IS 186 (73.05% from 255) = 32.40%
BLUE value IS 199 (78.12% from 255) = 34.67%
R=32.93%
G=32.40%
B=34.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891861990.050.0700.22253.8510.475.49
HexBDBAC757016fea4b
Octal2752723075702637612113
Binary1011110110111010110001111011110101101111111010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBAC7; }

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

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

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

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

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

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

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

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