#B5BEAE

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

Shades of Pumice #B5BEAE

Tints of Pumice #B5BEAE

Color information

#B5BEAE (or 0xB5BEAE) is unknown color: approx Pumice. HEX triplet: B5, BE and AE. RGB value is (181,190,174). Sum of RGB (Red+Green+Blue) = 181+190+174=545 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.21% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 190 - color contains mainly: green. Hex color #B5BEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BEAE is #4A4151. Grayscale: #B9B9B9. Windows color (decimal): -4866386 or 11452085. OLE color: 11452085.

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

Color convert

RGB181190174-
CMYK0.0500.080.25
HSL93.75º10.96%71.37%-
HSV(B)93.75º8.42%74.51%-
XYZ45.1149.7147.26-
YUV185.48121.52124.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.21%
GREEN value IS 190 (74.61% from 255) = 34.86%
BLUE value IS 174 (68.36% from 255) = 31.93%
R=33.21%
G=34.86%
B=31.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811901740.0500.080.2593.7510.9671.37
HexB5BEAE508195eb47
Octal26527625650103113613107
Binary1011010110111110101011101010100011001101111010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BEAE; }

 p { color: rgb(181,190,174); }

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

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

 a { background-color: rgb(181,190,174); }

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

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

 span { border-color: rgb(181,190,174); }

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