#BABFB5

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

Shades of Pumice #BABFB5

Tints of Pumice #BABFB5

Color information

#BABFB5 (or 0xBABFB5) is unknown color: approx Pumice. HEX triplet: BA, BF and B5. RGB value is (186,191,181). Sum of RGB (Red+Green+Blue) = 186+191+181=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 181 (71.09% from 255 or 32.44% from 558); Max value from RGB is 191 - color contains mainly: green. Hex color #BABFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABFB5 is #45404A. Grayscale: #BCBCBC. Windows color (decimal): -4538443 or 11911098. OLE color: 11911098.

HSL color Cylindrical-coordinate representation of color #BABFB5: hue angle of 90º degrees, saturation: 0.07, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BABFB5 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB186191181-
CMYK0.0300.050.25
HSL90º7.25%72.94%-
HSV(B)90º5.24%74.9%-
XYZ47.2251.0451.08-
YUV188.36123.84126.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.33%
GREEN value IS 191 (75% from 255) = 34.23%
BLUE value IS 181 (71.09% from 255) = 32.44%
R=33.33%
G=34.23%
B=32.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861911810.0300.050.25907.2572.94
HexBABFB5305195a749
Octal272277265305311327111
Binary1011101010111111101101011101011100110110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABFB5; }

 p { color: rgb(186,191,181); }

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

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

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

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

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

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

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