#BCBAAA

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

Shades of Mist Grey #BCBAAA

Tints of Mist Grey #BCBAAA

Color information

#BCBAAA (or 0xBCBAAA) is unknown color: approx Mist Grey. HEX triplet: BC, BA and AA. RGB value is (188,186,170). Sum of RGB (Red+Green+Blue) = 188+186+170=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBAAA is #434555. Grayscale: #B8B8B8. Windows color (decimal): -4408662 or 11188924. OLE color: 11188924.

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

Color convert

RGB188186170-
CMYK00.010.100.26
HSL53.33º11.84%70.2%-
HSV(B)53.33º9.57%73.73%-
XYZ45.5548.7145.03-
YUV184.77119.66130.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.56%
GREEN value IS 186 (73.05% from 255) = 34.19%
BLUE value IS 170 (66.80% from 255) = 31.25%
R=34.56%
G=34.19%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818617000.010.100.2653.3311.8470.2
HexBCBAAA01A1A35c46
Octal2742722520112326514106
Binary1011110010111010101010100110101101011010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBAAA; }

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

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

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

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

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

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

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

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