#BDBAC5

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

Shades of Blue Haze #BDBAC5

Tints of Blue Haze #BDBAC5

Color information

#BDBAC5 (or 0xBDBAC5) is unknown color: approx Blue Haze. HEX triplet: BD, BA and C5. RGB value is (189,186,197). Sum of RGB (Red+Green+Blue) = 189+186+197=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 197 (77.34% from 255 or 34.44% from 572); Max value from RGB is 197 - color contains mainly: blue. Hex color #BDBAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBAC5 is #42453A. Grayscale: #BCBCBC. Windows color (decimal): -4343099 or 12958397. OLE color: 12958397.

HSL color Cylindrical-coordinate representation of color #BDBAC5: hue angle of 256.36º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDBAC5 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB189186197-
CMYK0.040.0600.23
HSL256.36º8.66%75.1%-
HSV(B)256.36º5.58%77.25%-
XYZ48.6249.9759.91-
YUV188.15132.99128.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.04%
GREEN value IS 186 (73.05% from 255) = 32.52%
BLUE value IS 197 (77.34% from 255) = 34.44%
R=33.04%
G=32.52%
B=34.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891861970.040.0600.23256.368.6675.1
HexBDBAC54601710094b
Octal2752723054602740011113
Binary10111101101110101100010110011001011110000000010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBAC5; }

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

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

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

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

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

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

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

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