#BACAAE

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

Shades of Pumice #BACAAE

Tints of Pumice #BACAAE

Color information

#BACAAE (or 0xBACAAE) is unknown color: approx Pumice. HEX triplet: BA, CA and AE. RGB value is (186,202,174). Sum of RGB (Red+Green+Blue) = 186+202+174=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 174 (68.36% from 255 or 30.96% from 562); Max value from RGB is 202 - color contains mainly: green. Hex color #BACAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACAAE is #453551. Grayscale: #C2C2C2. Windows color (decimal): -4535634 or 11455162. OLE color: 11455162.

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

Color convert

RGB186202174-
CMYK0.0800.140.21
HSL94.29º20.9%73.73%-
HSV(B)94.29º13.86%79.22%-
XYZ49.0155.7448.22-
YUV194.02116.7122.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.10%
GREEN value IS 202 (79.30% from 255) = 35.94%
BLUE value IS 174 (68.36% from 255) = 30.96%
R=33.10%
G=35.94%
B=30.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1862021740.0800.140.2194.2920.973.73
HexBACAAE80E155e154a
Octal272312256100162513625112
Binary101110101100101010101110100001110101011011110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACAAE; }

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

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

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

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

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

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

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

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