#BACAB1

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

Shades of Pumice #BACAB1

Tints of Pumice #BACAB1

Color information

#BACAB1 (or 0xBACAB1) is unknown color: approx Pumice. HEX triplet: BA, CA and B1. RGB value is (186,202,177). Sum of RGB (Red+Green+Blue) = 186+202+177=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 202 (79.30% from 255 or 35.75% from 565); Blue value is 177 (69.53% from 255 or 31.33% from 565); Max value from RGB is 202 - color contains mainly: green. Hex color #BACAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACAB1 is #45354E. Grayscale: #C2C2C2. Windows color (decimal): -4535631 or 11651770. OLE color: 11651770.

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

Color convert

RGB186202177-
CMYK0.0800.120.21
HSL98.4º19.08%74.31%-
HSV(B)98.4º12.38%79.22%-
XYZ49.3155.8549.78-
YUV194.37118.2122.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.92%
GREEN value IS 202 (79.30% from 255) = 35.75%
BLUE value IS 177 (69.53% from 255) = 31.33%
R=32.92%
G=35.75%
B=31.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1862021770.0800.120.2198.419.0874.31
HexBACAB180C1562134a
Octal272312261100142514223112
Binary101110101100101010110001100001100101011100010100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACAB1; }

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

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

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

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

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

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

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

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