#BAC4B0

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

Shades of Pumice #BAC4B0

Tints of Pumice #BAC4B0

Color information

#BAC4B0 (or 0xBAC4B0) is unknown color: approx Pumice. HEX triplet: BA, C4 and B0. RGB value is (186,196,176). Sum of RGB (Red+Green+Blue) = 186+196+176=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 196 (76.95% from 255 or 35.13% from 558); Blue value is 176 (69.14% from 255 or 31.54% from 558); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC4B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC4B0 is #453B4F. Grayscale: #BEBEBE. Windows color (decimal): -4537168 or 11584698. OLE color: 11584698.

HSL color Cylindrical-coordinate representation of color #BAC4B0: hue angle of 90º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAC4B0 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB186196176-
CMYK0.0500.100.23
HSL90º14.49%72.94%-
HSV(B)90º10.2%76.86%-
XYZ47.8353.0548.79-
YUV190.73119.69124.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.33%
GREEN value IS 196 (76.95% from 255) = 35.13%
BLUE value IS 176 (69.14% from 255) = 31.54%
R=33.33%
G=35.13%
B=31.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861961760.0500.100.239014.4972.94
HexBAC4B050A175ae49
Octal27230426050122713216111
Binary1011101011000100101100001010101010111101101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC4B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC4B0; }

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

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

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

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

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

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

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

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