#BBBFB7

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

Shades of Pumice #BBBFB7

Tints of Pumice #BBBFB7

Color information

#BBBFB7 (or 0xBBBFB7) is unknown color: approx Pumice. HEX triplet: BB, BF and B7. RGB value is (187,191,183). Sum of RGB (Red+Green+Blue) = 187+191+183=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 183 (71.88% from 255 or 32.62% from 561); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBFB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFB7 is #444048. Grayscale: #BCBCBC. Windows color (decimal): -4472905 or 12042171. OLE color: 12042171.

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

Color convert

RGB187191183-
CMYK0.0200.040.25
HSL90º5.88%73.33%-
HSV(B)90º4.19%74.9%-
XYZ47.6751.2552.18-
YUV188.89124.67126.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.33%
GREEN value IS 191 (75% from 255) = 34.05%
BLUE value IS 183 (71.88% from 255) = 32.62%
R=33.33%
G=34.05%
B=32.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871911830.0200.040.25905.8873.33
HexBBBFB7204195a649
Octal273277267204311326111
Binary1011101110111111101101111001001100110110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBFB7; }

 p { color: rgb(187,191,183); }

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

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

 a { background-color: rgb(187,191,183); }

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

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

 span { border-color: rgb(187,191,183); }

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