#BABCBA

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

Shades of Zanah #BABCBA

Tints of Zanah #BABCBA

Color information

#BABCBA (or 0xBABCBA) is unknown color: approx Zanah. HEX triplet: BA, BC and BA. RGB value is (186,188,186). Sum of RGB (Red+Green+Blue) = 186+188+186=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 188 - color contains mainly: green. Hex color #BABCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCBA is #454345. Grayscale: #BBBBBB. Windows color (decimal): -4539206 or 12238010. OLE color: 12238010.

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

Color convert

RGB186188186-
CMYK0.0100.010.26
HSL120º1.47%73.33%-
HSV(B)120º1.06%73.73%-
XYZ47.149.9553.61-
YUV187.17127.34127.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.21%
GREEN value IS 188 (73.83% from 255) = 33.57%
BLUE value IS 186 (73.05% from 255) = 33.21%
R=33.21%
G=33.57%
B=33.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861881860.0100.010.261201.4773.33
HexBABCBA1011A78149
Octal272274272101321701111
Binary10111010101111001011101010111010111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABCBA; }

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

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

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

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

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

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

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

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