#BACCB1

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

Shades of Pumice #BACCB1

Tints of Pumice #BACCB1

Color information

#BACCB1 (or 0xBACCB1) is unknown color: approx Pumice. HEX triplet: BA, CC and B1. RGB value is (186,204,177). Sum of RGB (Red+Green+Blue) = 186+204+177=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 177 (69.53% from 255 or 31.22% from 567); Max value from RGB is 204 - color contains mainly: green. Hex color #BACCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACCB1 is #45334E. Grayscale: #C3C3C3. Windows color (decimal): -4535119 or 11652282. OLE color: 11652282.

HSL color Cylindrical-coordinate representation of color #BACCB1: hue angle of 100º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BACCB1 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB186204177-
CMYK0.0900.130.2
HSL100º20.93%74.71%-
HSV(B)100º13.24%80%-
XYZ49.7856.849.93-
YUV195.54117.54121.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.80%
GREEN value IS 204 (80.08% from 255) = 35.98%
BLUE value IS 177 (69.53% from 255) = 31.22%
R=32.80%
G=35.98%
B=31.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1862041770.0900.130.210020.9374.71
HexBACCB190D1464154b
Octal272314261110152414425113
Binary101110101100110010110001100101101101001100100101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACCB1; }

 p { color: rgb(186,204,177); }

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

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

 a { background-color: rgb(186,204,177); }

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

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

 span { border-color: rgb(186,204,177); }

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