#B5C2AA

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

Shades of Pumice #B5C2AA

Tints of Pumice #B5C2AA

Color information

#B5C2AA (or 0xB5C2AA) is unknown color: approx Pumice. HEX triplet: B5, C2 and AA. RGB value is (181,194,170). Sum of RGB (Red+Green+Blue) = 181+194+170=545 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.21% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C2AA is #4A3D55. Grayscale: #BBBBBB. Windows color (decimal): -4865366 or 11190965. OLE color: 11190965.

HSL color Cylindrical-coordinate representation of color #B5C2AA: hue angle of 92.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5C2AA is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB181194170-
CMYK0.0700.120.24
HSL92.5º16.44%71.37%-
HSV(B)92.5º12.37%76.08%-
XYZ45.651.3145.53-
YUV187.38118.19123.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.21%
GREEN value IS 194 (76.17% from 255) = 35.60%
BLUE value IS 170 (66.80% from 255) = 31.19%
R=33.21%
G=35.60%
B=31.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1811941700.0700.120.2492.516.4471.37
HexB5C2AA70C185c1047
Octal26530225270143013420107
Binary10110101110000101010101011101100110001011100100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C2AA; }

 p { color: rgb(181,194,170); }

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

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

 a { background-color: rgb(181,194,170); }

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

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

 span { border-color: rgb(181,194,170); }

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