#BAC7B3

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

Shades of Pumice #BAC7B3

Tints of Pumice #BAC7B3

Color information

#BAC7B3 (or 0xBAC7B3) is unknown color: approx Pumice. HEX triplet: BA, C7 and B3. RGB value is (186,199,179). Sum of RGB (Red+Green+Blue) = 186+199+179=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 199 (78.12% from 255 or 35.28% from 564); Blue value is 179 (70.31% from 255 or 31.74% from 564); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC7B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC7B3 is #45384C. Grayscale: #C0C0C0. Windows color (decimal): -4536397 or 11782074. OLE color: 11782074.

HSL color Cylindrical-coordinate representation of color #BAC7B3: hue angle of 99º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAC7B3 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB186199179-
CMYK0.0700.100.22
HSL99º15.15%74.12%-
HSV(B)99º10.05%78.04%-
XYZ48.8154.5450.6-
YUV192.83120.19123.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.98%
GREEN value IS 199 (78.12% from 255) = 35.28%
BLUE value IS 179 (70.31% from 255) = 31.74%
R=32.98%
G=35.28%
B=31.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861991790.0700.100.229915.1574.12
HexBAC7B370A1663f4a
Octal27230726370122614317112
Binary1011101011000111101100111110101010110110001111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC7B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC7B3; }

 p { color: rgb(186,199,179); }

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

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

 a { background-color: rgb(186,199,179); }

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

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

 span { border-color: rgb(186,199,179); }

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