#BCBCAA

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

Shades of Mist Grey #BCBCAA

Tints of Mist Grey #BCBCAA

Color information

#BCBCAA (or 0xBCBCAA) is unknown color: approx Mist Grey. HEX triplet: BC, BC and AA. RGB value is (188,188,170). Sum of RGB (Red+Green+Blue) = 188+188+170=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 188 (73.83% from 255 or 34.43% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBCAA is #434355. Grayscale: #BABABA. Windows color (decimal): -4408150 or 11189436. OLE color: 11189436.

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

Color convert

RGB188188170-
CMYK000.100.26
HSL60º11.84%70.2%-
HSV(B)60º9.57%73.73%-
XYZ45.9849.5645.17-
YUV185.95119129.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.43%
GREEN value IS 188 (73.83% from 255) = 34.43%
BLUE value IS 170 (66.80% from 255) = 31.14%
R=34.43%
G=34.43%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188188170000.100.266011.8470.2
HexBCBCAA00A1A3cc46
Octal2742742520012327414106
Binary1011110010111100101010100010101101011110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBCAA; }

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

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

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

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

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

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

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

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