#BAC4B4

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

Shades of Pumice #BAC4B4

Tints of Pumice #BAC4B4

Color information

#BAC4B4 (or 0xBAC4B4) is unknown color: approx Pumice. HEX triplet: BA, C4 and B4. RGB value is (186,196,180). Sum of RGB (Red+Green+Blue) = 186+196+180=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 196 (76.95% from 255 or 34.88% from 562); Blue value is 180 (70.70% from 255 or 32.03% from 562); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC4B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC4B4 is #453B4B. Grayscale: #BFBFBF. Windows color (decimal): -4537164 or 11846842. OLE color: 11846842.

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

Color convert

RGB186196180-
CMYK0.0500.080.23
HSL97.5º11.94%73.73%-
HSV(B)97.5º8.16%76.86%-
XYZ48.2353.2150.91-
YUV191.19121.69124.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.10%
GREEN value IS 196 (76.95% from 255) = 34.88%
BLUE value IS 180 (70.70% from 255) = 32.03%
R=33.10%
G=34.88%
B=32.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861961800.0500.080.2397.511.9473.73
HexBAC4B45081761c4a
Octal27230426450102714114112
Binary1011101011000100101101001010100010111110000111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC4B4; }

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

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

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

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

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

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

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

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