#BACBAE

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

Shades of Pumice #BACBAE

Tints of Pumice #BACBAE

Color information

#BACBAE (or 0xBACBAE) is unknown color: approx Pumice. HEX triplet: BA, CB and AE. RGB value is (186,203,174). Sum of RGB (Red+Green+Blue) = 186+203+174=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 203 (79.69% from 255 or 36.06% from 563); Blue value is 174 (68.36% from 255 or 30.91% from 563); Max value from RGB is 203 - color contains mainly: green. Hex color #BACBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACBAE is #453451. Grayscale: #C2C2C2. Windows color (decimal): -4535378 or 11455418. OLE color: 11455418.

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

Color convert

RGB186203174-
CMYK0.0800.140.20
HSL95.17º21.8%73.92%-
HSV(B)95.17º14.29%79.61%-
XYZ49.2556.2148.3-
YUV194.61116.37121.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.04%
GREEN value IS 203 (79.69% from 255) = 36.06%
BLUE value IS 174 (68.36% from 255) = 30.91%
R=33.04%
G=36.06%
B=30.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1862031740.0800.140.2095.1721.873.92
HexBACBAE80E145f164a
Octal272313256100162413726112
Binary101110101100101110101110100001110101001011111101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACBAE; }

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

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

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

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

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

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

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

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