#BAC5B5

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

Shades of Pumice #BAC5B5

Tints of Pumice #BAC5B5

Color information

#BAC5B5 (or 0xBAC5B5) is unknown color: approx Pumice. HEX triplet: BA, C5 and B5. RGB value is (186,197,181). Sum of RGB (Red+Green+Blue) = 186+197+181=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 197 (77.34% from 255 or 34.93% from 564); Blue value is 181 (71.09% from 255 or 32.09% from 564); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC5B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC5B5 is #453A4A. Grayscale: #BFBFBF. Windows color (decimal): -4536907 or 11912634. OLE color: 11912634.

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

Color convert

RGB186197181-
CMYK0.0600.080.23
HSL101.25º12.12%74.12%-
HSV(B)101.25º8.12%77.25%-
XYZ48.5653.7151.52-
YUV191.89121.86123.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.98%
GREEN value IS 197 (77.34% from 255) = 34.93%
BLUE value IS 181 (71.09% from 255) = 32.09%
R=32.98%
G=34.93%
B=32.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861971810.0600.080.23101.2512.1274.12
HexBAC5B56081765c4a
Octal27230526560102714514112
Binary1011101011000101101101011100100010111110010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC5B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC5B5; }

 p { color: rgb(186,197,181); }

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

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

 a { background-color: rgb(186,197,181); }

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

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

 span { border-color: rgb(186,197,181); }

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