#BACBAF

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

Shades of Pumice #BACBAF

Tints of Pumice #BACBAF

Color information

#BACBAF (or 0xBACBAF) is unknown color: approx Pumice. HEX triplet: BA, CB and AF. RGB value is (186,203,175). Sum of RGB (Red+Green+Blue) = 186+203+175=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 175 (68.75% from 255 or 31.03% from 564); Max value from RGB is 203 - color contains mainly: green. Hex color #BACBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACBAF is #453450. Grayscale: #C2C2C2. Windows color (decimal): -4535377 or 11520954. OLE color: 11520954.

HSL color Cylindrical-coordinate representation of color #BACBAF: hue angle of 96.43º degrees, saturation: 0.21, 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 #BACBAF is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB186203175-
CMYK0.0800.140.20
HSL96.43º21.21%74.12%-
HSV(B)96.43º13.79%79.61%-
XYZ49.3456.2548.81-
YUV194.72116.87121.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.98%
GREEN value IS 203 (79.69% from 255) = 35.99%
BLUE value IS 175 (68.75% from 255) = 31.03%
R=32.98%
G=35.99%
B=31.03%

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
Decimal1862031750.0800.140.2096.4321.2174.12
HexBACBAF80E1460154a
Octal272313257100162414025112
Binary101110101100101110101111100001110101001100000101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACBAF; }

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

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

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

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

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

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

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

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