#BAC2B4

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

Shades of Pumice #BAC2B4

Tints of Pumice #BAC2B4

Color information

#BAC2B4 (or 0xBAC2B4) is unknown color: approx Pumice. HEX triplet: BA, C2 and B4. RGB value is (186,194,180). Sum of RGB (Red+Green+Blue) = 186+194+180=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 194 (76.17% from 255 or 34.64% from 560); Blue value is 180 (70.70% from 255 or 32.14% from 560); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC2B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC2B4 is #453D4B. Grayscale: #BEBEBE. Windows color (decimal): -4537676 or 11846330. OLE color: 11846330.

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

Color convert

RGB186194180-
CMYK0.0400.070.24
HSL94.29º10.29%73.33%-
HSV(B)94.29º7.22%76.08%-
XYZ47.7852.3250.76-
YUV190.01122.35125.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.21%
GREEN value IS 194 (76.17% from 255) = 34.64%
BLUE value IS 180 (70.70% from 255) = 32.14%
R=33.21%
G=34.64%
B=32.14%

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
Decimal1861941800.0400.070.2494.2910.2973.33
HexBAC2B4407185ea49
Octal2723022644073013612111
Binary101110101100001010110100100011111000101111010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC2B4; }

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

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

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

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

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

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

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

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