#BAC2B5

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

Shades of Pumice #BAC2B5

Tints of Pumice #BAC2B5

Color information

#BAC2B5 (or 0xBAC2B5) is unknown color: approx Pumice. HEX triplet: BA, C2 and B5. RGB value is (186,194,181). Sum of RGB (Red+Green+Blue) = 186+194+181=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 194 (76.17% from 255 or 34.58% from 561); Blue value is 181 (71.09% from 255 or 32.26% from 561); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC2B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC2B5 is #453D4A. Grayscale: #BEBEBE. Windows color (decimal): -4537675 or 11911866. OLE color: 11911866.

HSL color Cylindrical-coordinate representation of color #BAC2B5: hue angle of 96.92º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BAC2B5 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB186194181-
CMYK0.0400.070.24
HSL96.92º9.63%73.53%-
HSV(B)96.92º6.7%76.08%-
XYZ47.8852.3651.3-
YUV190.13122.85125.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.16%
GREEN value IS 194 (76.17% from 255) = 34.58%
BLUE value IS 181 (71.09% from 255) = 32.26%
R=33.16%
G=34.58%
B=32.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861941810.0400.070.2496.929.6373.53
HexBAC2B54071861a4a
Octal2723022654073014112112
Binary101110101100001010110101100011111000110000110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC2B5; }

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

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

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

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

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

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

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

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