#B5BBB1

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

Shades of Pumice #B5BBB1

Tints of Pumice #B5BBB1

Color information

#B5BBB1 (or 0xB5BBB1) is unknown color: approx Pumice. HEX triplet: B5, BB and B1. RGB value is (181,187,177). Sum of RGB (Red+Green+Blue) = 181+187+177=545 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.21% from 545); Green value is 187 (73.44% from 255 or 34.31% from 545); Blue value is 177 (69.53% from 255 or 32.48% from 545); Max value from RGB is 187 - color contains mainly: green. Hex color #B5BBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BBB1 is #4A444E. Grayscale: #B8B8B8. Windows color (decimal): -4867151 or 11647925. OLE color: 11647925.

HSL color Cylindrical-coordinate representation of color #B5BBB1: hue angle of 96º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B5BBB1 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB181187177-
CMYK0.0300.050.27
HSL96º6.85%71.37%-
HSV(B)96º5.35%73.33%-
XYZ44.7648.5448.6-
YUV184.07124.01125.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.21%
GREEN value IS 187 (73.44% from 255) = 34.31%
BLUE value IS 177 (69.53% from 255) = 32.48%
R=33.21%
G=34.31%
B=32.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811871770.0300.050.27966.8571.37
HexB5BBB13051B60747
Octal265273261305331407107
Binary1011010110111011101100011101011101111000001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BBB1; }

 p { color: rgb(181,187,177); }

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

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

 a { background-color: rgb(181,187,177); }

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

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

 span { border-color: rgb(181,187,177); }

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