#B4C0AB

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

Shades of Pumice #B4C0AB

Tints of Pumice #B4C0AB

Color information

#B4C0AB (or 0xB4C0AB) is unknown color: approx Pumice. HEX triplet: B4, C0 and AB. RGB value is (180,192,171). Sum of RGB (Red+Green+Blue) = 180+192+171=543 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.15% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 192 - color contains mainly: green. Hex color #B4C0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C0AB is #4B3F54. Grayscale: #BABABA. Windows color (decimal): -4931413 or 11255988. OLE color: 11255988.

HSL color Cylindrical-coordinate representation of color #B4C0AB: hue angle of 94.29º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B4C0AB is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB180192171-
CMYK0.0600.110.25
HSL94.29º14.29%71.18%-
HSV(B)94.29º10.94%75.29%-
XYZ45.0250.3445.87-
YUV186.02119.52123.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.15%
GREEN value IS 192 (75.39% from 255) = 35.36%
BLUE value IS 171 (67.19% from 255) = 31.49%
R=33.15%
G=35.36%
B=31.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801921710.0600.110.2594.2914.2971.18
HexB4C0AB60B195ee47
Octal26430025360133113616107
Binary1011010011000000101010111100101111001101111011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C0AB; }

 p { color: rgb(180,192,171); }

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

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

 a { background-color: rgb(180,192,171); }

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

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

 span { border-color: rgb(180,192,171); }

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