#BBC1B6

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

Shades of Pumice #BBC1B6

Tints of Pumice #BBC1B6

Color information

#BBC1B6 (or 0xBBC1B6) is unknown color: approx Pumice. HEX triplet: BB, C1 and B6. RGB value is (187,193,182). Sum of RGB (Red+Green+Blue) = 187+193+182=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 193 (75.78% from 255 or 34.34% from 562); Blue value is 182 (71.48% from 255 or 32.38% from 562); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC1B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC1B6 is #443E49. Grayscale: #BDBDBD. Windows color (decimal): -4472394 or 11977147. OLE color: 11977147.

HSL color Cylindrical-coordinate representation of color #BBC1B6: hue angle of 92.73º degrees, saturation: 0.08, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BBC1B6 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB187193182-
CMYK0.0300.060.24
HSL92.73º8.15%73.53%-
HSV(B)92.73º5.7%75.69%-
XYZ48.0152.0851.78-
YUV189.95123.51125.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.27%
GREEN value IS 193 (75.78% from 255) = 34.34%
BLUE value IS 182 (71.48% from 255) = 32.38%
R=33.27%
G=34.34%
B=32.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871931820.0300.060.2492.738.1573.53
HexBBC1B6306185d84a
Octal2733012663063013510112
Binary10111011110000011011011011011011000101110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC1B6; }

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

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

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

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

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

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

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

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