#B4BBB0

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

Shades of Pumice #B4BBB0

Tints of Pumice #B4BBB0

Color information

#B4BBB0 (or 0xB4BBB0) is unknown color: approx Pumice. HEX triplet: B4, BB and B0. RGB value is (180,187,176). Sum of RGB (Red+Green+Blue) = 180+187+176=543 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.15% from 543); Green value is 187 (73.44% from 255 or 34.44% from 543); Blue value is 176 (69.14% from 255 or 32.41% from 543); Max value from RGB is 187 - color contains mainly: green. Hex color #B4BBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BBB0 is #4B444F. Grayscale: #B7B7B7. Windows color (decimal): -4932688 or 11582388. OLE color: 11582388.

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

Color convert

RGB180187176-
CMYK0.0400.060.27
HSL98.18º7.48%71.18%-
HSV(B)98.18º5.88%73.33%-
XYZ44.4348.3848.07-
YUV183.65123.68125.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.15%
GREEN value IS 187 (73.44% from 255) = 34.44%
BLUE value IS 176 (69.14% from 255) = 32.41%
R=33.15%
G=34.44%
B=32.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801871760.0400.060.2798.187.4871.18
HexB4BBB04061B62747
Octal264273260406331427107
Binary10110100101110111011000010001101101111000101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BBB0; }

 p { color: rgb(180,187,176); }

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

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

 a { background-color: rgb(180,187,176); }

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

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

 span { border-color: rgb(180,187,176); }

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