#BAC3B4

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

Shades of Pumice #BAC3B4

Tints of Pumice #BAC3B4

Color information

#BAC3B4 (or 0xBAC3B4) is unknown color: approx Pumice. HEX triplet: BA, C3 and B4. RGB value is (186,195,180). Sum of RGB (Red+Green+Blue) = 186+195+180=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 195 (76.56% from 255 or 34.76% from 561); Blue value is 180 (70.70% from 255 or 32.09% from 561); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC3B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC3B4 is #453C4B. Grayscale: #BEBEBE. Windows color (decimal): -4537420 or 11846586. OLE color: 11846586.

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

Color convert

RGB186195180-
CMYK0.0500.080.24
HSL96º11.11%73.53%-
HSV(B)96º7.69%76.47%-
XYZ4852.7650.83-
YUV190.6122.02124.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.16%
GREEN value IS 195 (76.56% from 255) = 34.76%
BLUE value IS 180 (70.70% from 255) = 32.09%
R=33.16%
G=34.76%
B=32.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861951800.0500.080.249611.1173.53
HexBAC3B45081860b4a
Octal27230326450103014013112
Binary1011101011000011101101001010100011000110000010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC3B4; }

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

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

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

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

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

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

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

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