#BAC6B4

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

Shades of Pumice #BAC6B4

Tints of Pumice #BAC6B4

Color information

#BAC6B4 (or 0xBAC6B4) is unknown color: approx Pumice. HEX triplet: BA, C6 and B4. RGB value is (186,198,180). Sum of RGB (Red+Green+Blue) = 186+198+180=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 198 (77.73% from 255 or 35.11% from 564); Blue value is 180 (70.70% from 255 or 31.91% from 564); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC6B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC6B4 is #45394B. Grayscale: #C0C0C0. Windows color (decimal): -4536652 or 11847354. OLE color: 11847354.

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

Color convert

RGB186198180-
CMYK0.0600.090.22
HSL100º13.64%74.12%-
HSV(B)100º9.09%77.65%-
XYZ48.6854.1251.06-
YUV192.36121.02123.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.98%
GREEN value IS 198 (77.73% from 255) = 35.11%
BLUE value IS 180 (70.70% from 255) = 31.91%
R=32.98%
G=35.11%
B=31.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861981800.0600.090.2210013.6474.12
HexBAC6B46091664e4a
Octal27230626460112614416112
Binary1011101011000110101101001100100110110110010011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC6B4; }

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

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

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

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

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

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

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

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