#BAC3B3

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

Shades of Pumice #BAC3B3

Tints of Pumice #BAC3B3

Color information

#BAC3B3 (or 0xBAC3B3) is unknown color: approx Pumice. HEX triplet: BA, C3 and B3. RGB value is (186,195,179). Sum of RGB (Red+Green+Blue) = 186+195+179=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 195 (76.56% from 255 or 34.82% from 560); Blue value is 179 (70.31% from 255 or 31.96% from 560); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC3B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC3B3 is #453C4C. Grayscale: #BEBEBE. Windows color (decimal): -4537421 or 11781050. OLE color: 11781050.

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

Color convert

RGB186195179-
CMYK0.0500.080.24
HSL93.75º11.76%73.33%-
HSV(B)93.75º8.21%76.47%-
XYZ47.952.7250.3-
YUV190.48121.52124.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.21%
GREEN value IS 195 (76.56% from 255) = 34.82%
BLUE value IS 179 (70.31% from 255) = 31.96%
R=33.21%
G=34.82%
B=31.96%

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
Decimal1861951790.0500.080.2493.7511.7673.33
HexBAC3B3508185ec49
Octal27230326350103013614111
Binary1011101011000011101100111010100011000101111011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC3B3; }

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

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

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

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

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

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

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

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