#BABFB6

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

Shades of Pumice #BABFB6

Tints of Pumice #BABFB6

Color information

#BABFB6 (or 0xBABFB6) is unknown color: approx Pumice. HEX triplet: BA, BF and B6. RGB value is (186,191,182). Sum of RGB (Red+Green+Blue) = 186+191+182=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 182 (71.48% from 255 or 32.56% from 559); Max value from RGB is 191 - color contains mainly: green. Hex color #BABFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABFB6 is #454049. Grayscale: #BCBCBC. Windows color (decimal): -4538442 or 11976634. OLE color: 11976634.

HSL color Cylindrical-coordinate representation of color #BABFB6: hue angle of 93.33º 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 #BABFB6 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB186191182-
CMYK0.0300.050.25
HSL93.33º6.57%73.14%-
HSV(B)93.33º4.71%74.9%-
XYZ47.3251.0851.62-
YUV188.48124.34126.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.27%
GREEN value IS 191 (75% from 255) = 34.17%
BLUE value IS 182 (71.48% from 255) = 32.56%
R=33.27%
G=34.17%
B=32.56%

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
Decimal1861911820.0300.050.2593.336.5773.14
HexBABFB6305195d749
Octal272277266305311357111
Binary1011101010111111101101101101011100110111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABFB6; }

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

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

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

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

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

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

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

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