#BAC9B0

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

Shades of Pumice #BAC9B0

Tints of Pumice #BAC9B0

Color information

#BAC9B0 (or 0xBAC9B0) is unknown color: approx Pumice. HEX triplet: BA, C9 and B0. RGB value is (186,201,176). Sum of RGB (Red+Green+Blue) = 186+201+176=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 201 (78.91% from 255 or 35.70% from 563); Blue value is 176 (69.14% from 255 or 31.26% from 563); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC9B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC9B0 is #45364F. Grayscale: #C1C1C1. Windows color (decimal): -4535888 or 11585978. OLE color: 11585978.

HSL color Cylindrical-coordinate representation of color #BAC9B0: hue angle of 96º 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 #BAC9B0 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB186201176-
CMYK0.0700.120.21
HSL96º18.8%73.92%-
HSV(B)96º12.44%78.82%-
XYZ48.9755.3549.18-
YUV193.66118.03122.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.04%
GREEN value IS 201 (78.91% from 255) = 35.70%
BLUE value IS 176 (69.14% from 255) = 31.26%
R=33.04%
G=35.70%
B=31.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1862011760.0700.120.219618.873.92
HexBAC9B070C1560134a
Octal27231126070142514023112
Binary10111010110010011011000011101100101011100000100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC9B0; }

 p { color: rgb(186,201,176); }

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

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

 a { background-color: rgb(186,201,176); }

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

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

 span { border-color: rgb(186,201,176); }

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