#BBC5B6

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

Shades of Pumice #BBC5B6

Tints of Pumice #BBC5B6

Color information

#BBC5B6 (or 0xBBC5B6) is unknown color: approx Pumice. HEX triplet: BB, C5 and B6. RGB value is (187,197,182). Sum of RGB (Red+Green+Blue) = 187+197+182=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 197 (77.34% from 255 or 34.81% from 566); Blue value is 182 (71.48% from 255 or 32.16% from 566); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC5B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC5B6 is #443A49. Grayscale: #C0C0C0. Windows color (decimal): -4471370 or 11978171. OLE color: 11978171.

HSL color Cylindrical-coordinate representation of color #BBC5B6: hue angle of 100º degrees, saturation: 0.11, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBC5B6 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB187197182-
CMYK0.0500.080.23
HSL100º11.45%74.31%-
HSV(B)100º7.61%77.25%-
XYZ48.953.8752.08-
YUV192.3122.19124.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.04%
GREEN value IS 197 (77.34% from 255) = 34.81%
BLUE value IS 182 (71.48% from 255) = 32.16%
R=33.04%
G=34.81%
B=32.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1871971820.0500.080.2310011.4574.31
HexBBC5B65081764b4a
Octal27330526650102714413112
Binary1011101111000101101101101010100010111110010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC5B6; }

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

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

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

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

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

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

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

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