#BCA0A0

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

Shades of Dusty Grey #BCA0A0

Tints of Dusty Grey #BCA0A0

Color information

#BCA0A0 (or 0xBCA0A0) is unknown color: approx Dusty Grey. HEX triplet: BC, A0 and A0. RGB value is (188,160,160). Sum of RGB (Red+Green+Blue) = 188+160+160=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA0A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA0A0 is #435F5F. Grayscale: #A8A8A8. Windows color (decimal): -4415328 or 10526908. OLE color: 10526908.

HSL color Cylindrical-coordinate representation of color #BCA0A0: hue angle of 0º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCA0A0 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB188160160-
CMYK00.150.150.26
HSL17.28%68.24%-
HSV(B)14.89%73.73%-
XYZ39.6638.3738.57-
YUV168.37123.28142-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.01%
GREEN value IS 160 (62.89% from 255) = 31.50%
BLUE value IS 160 (62.89% from 255) = 31.50%
R=37.01%
G=31.50%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816016000.150.150.26017.2868.24
HexBCA0A00FF1A01144
Octal2742402400171732021104
Binary101111001010000010100000011111111110100100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA0A0; }

 p { color: rgb(188,160,160); }

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

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

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

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

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

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

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