#B5BBB2

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

Shades of Pumice #B5BBB2

Tints of Pumice #B5BBB2

Color information

#B5BBB2 (or 0xB5BBB2) is unknown color: approx Pumice. HEX triplet: B5, BB and B2. RGB value is (181,187,178). Sum of RGB (Red+Green+Blue) = 181+187+178=546 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.15% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 178 (69.92% from 255 or 32.60% from 546); Max value from RGB is 187 - color contains mainly: green. Hex color #B5BBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BBB2 is #4A444D. Grayscale: #B8B8B8. Windows color (decimal): -4867150 or 11713461. OLE color: 11713461.

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

Color convert

RGB181187178-
CMYK0.0300.050.27
HSL100º6.21%71.57%-
HSV(B)100º4.81%73.33%-
XYZ44.8648.5849.13-
YUV184.18124.51125.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.15%
GREEN value IS 187 (73.44% from 255) = 34.25%
BLUE value IS 178 (69.92% from 255) = 32.60%
R=33.15%
G=34.25%
B=32.60%

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
Decimal1811871780.0300.050.271006.2171.57
HexB5BBB23051B64648
Octal265273262305331446110
Binary1011010110111011101100101101011101111001001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BBB2; }

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

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

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

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

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

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

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

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