#BCB9AA

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

Shades of Ash #BCB9AA

Tints of Ash #BCB9AA

Color information

#BCB9AA (or 0xBCB9AA) is unknown color: approx Ash. HEX triplet: BC, B9 and AA. RGB value is (188,185,170). Sum of RGB (Red+Green+Blue) = 188+185+170=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 185 (72.66% from 255 or 34.07% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB9AA is #434655. Grayscale: #B8B8B8. Windows color (decimal): -4408918 or 11188668. OLE color: 11188668.

HSL color Cylindrical-coordinate representation of color #BCB9AA: hue angle of 50º degrees, saturation: 0.12, 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 #BCB9AA is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB188185170-
CMYK00.020.100.26
HSL50º11.84%70.2%-
HSV(B)50º9.57%73.73%-
XYZ45.3448.2944.96-
YUV184.19119.99130.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.62%
GREEN value IS 185 (72.66% from 255) = 34.07%
BLUE value IS 170 (66.80% from 255) = 31.31%
R=34.62%
G=34.07%
B=31.31%

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
Decimal18818517000.020.100.265011.8470.2
HexBCB9AA02A1A32c46
Octal2742712520212326214106
Binary10111100101110011010101001010101101011001011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB9AA; }

 p { color: rgb(188,185,170); }

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

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

 a { background-color: rgb(188,185,170); }

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

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

 span { border-color: rgb(188,185,170); }

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