#B6BBB2

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

Shades of Pumice #B6BBB2

Tints of Pumice #B6BBB2

Color information

#B6BBB2 (or 0xB6BBB2) is unknown color: approx Pumice. HEX triplet: B6, BB and B2. RGB value is (182,187,178). Sum of RGB (Red+Green+Blue) = 182+187+178=547 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.27% from 547); Green value is 187 (73.44% from 255 or 34.19% from 547); Blue value is 178 (69.92% from 255 or 32.54% from 547); Max value from RGB is 187 - color contains mainly: green. Hex color #B6BBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BBB2 is #49444D. Grayscale: #B8B8B8. Windows color (decimal): -4801614 or 11713462. OLE color: 11713462.

HSL color Cylindrical-coordinate representation of color #B6BBB2: hue angle of 93.33º 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 #B6BBB2 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB182187178-
CMYK0.0300.050.27
HSL93.33º6.21%71.57%-
HSV(B)93.33º4.81%73.33%-
XYZ45.148.749.14-
YUV184.48124.34126.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.27%
GREEN value IS 187 (73.44% from 255) = 34.19%
BLUE value IS 178 (69.92% from 255) = 32.54%
R=33.27%
G=34.19%
B=32.54%

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
Decimal1821871780.0300.050.2793.336.2171.57
HexB6BBB23051B5d648
Octal266273262305331356110
Binary1011011010111011101100101101011101110111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BBB2; }

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

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

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

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

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

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

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

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