#BDBAAA

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

Shades of Ash #BDBAAA

Tints of Ash #BDBAAA

Color information

#BDBAAA (or 0xBDBAAA) is unknown color: approx Ash. HEX triplet: BD, BA and AA. RGB value is (189,186,170). Sum of RGB (Red+Green+Blue) = 189+186+170=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBAAA is #424555. Grayscale: #B9B9B9. Windows color (decimal): -4343126 or 11188925. OLE color: 11188925.

HSL color Cylindrical-coordinate representation of color #BDBAAA: hue angle of 50.53º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDBAAA is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB189186170-
CMYK00.020.100.26
HSL50.53º12.58%70.39%-
HSV(B)50.53º10.05%74.12%-
XYZ45.848.8445.04-
YUV185.07119.49130.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.68%
GREEN value IS 186 (73.05% from 255) = 34.13%
BLUE value IS 170 (66.80% from 255) = 31.19%
R=34.68%
G=34.13%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918617000.020.100.2650.5312.5870.39
HexBDBAAA02A1A33d46
Octal2752722520212326315106
Binary10111101101110101010101001010101101011001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBAAA; }

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

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

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

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

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

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

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

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