#BABCB9

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

Shades of Pumice #BABCB9

Tints of Pumice #BABCB9

Color information

#BABCB9 (or 0xBABCB9) is unknown color: approx Pumice. HEX triplet: BA, BC and B9. RGB value is (186,188,185). Sum of RGB (Red+Green+Blue) = 186+188+185=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 185 (72.66% from 255 or 33.09% from 559); Max value from RGB is 188 - color contains mainly: green. Hex color #BABCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCB9 is #454346. Grayscale: #BBBBBB. Windows color (decimal): -4539207 or 12172474. OLE color: 12172474.

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

Color convert

RGB186188185-
CMYK0.0100.020.26
HSL100º2.19%73.14%-
HSV(B)100º1.6%73.73%-
XYZ46.9949.9153.06-
YUV187.06126.84127.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.27%
GREEN value IS 188 (73.83% from 255) = 33.63%
BLUE value IS 185 (72.66% from 255) = 33.09%
R=33.27%
G=33.63%
B=33.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861881850.0100.020.261002.1973.14
HexBABCB91021A64249
Octal272274271102321442111
Binary1011101010111100101110011010110101100100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABCB9; }

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

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

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

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

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

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

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

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