#BAC5B4

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

Shades of Pumice #BAC5B4

Tints of Pumice #BAC5B4

Color information

#BAC5B4 (or 0xBAC5B4) is unknown color: approx Pumice. HEX triplet: BA, C5 and B4. RGB value is (186,197,180). Sum of RGB (Red+Green+Blue) = 186+197+180=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 197 (77.34% from 255 or 34.99% from 563); Blue value is 180 (70.70% from 255 or 31.97% from 563); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC5B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC5B4 is #453A4B. Grayscale: #BFBFBF. Windows color (decimal): -4536908 or 11847098. OLE color: 11847098.

HSL color Cylindrical-coordinate representation of color #BAC5B4: hue angle of 98.82º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BAC5B4 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB186197180-
CMYK0.0600.090.23
HSL98.82º12.78%73.92%-
HSV(B)98.82º8.63%77.25%-
XYZ48.4553.6750.98-
YUV191.77121.36123.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.04%
GREEN value IS 197 (77.34% from 255) = 34.99%
BLUE value IS 180 (70.70% from 255) = 31.97%
R=33.04%
G=34.99%
B=31.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861971800.0600.090.2398.8212.7873.92
HexBAC5B46091763d4a
Octal27230526460112714315112
Binary1011101011000101101101001100100110111110001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC5B4; }

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

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

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

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

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

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

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

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