#BBC7B4

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

Shades of Pumice #BBC7B4

Tints of Pumice #BBC7B4

Color information

#BBC7B4 (or 0xBBC7B4) is unknown color: approx Pumice. HEX triplet: BB, C7 and B4. RGB value is (187,199,180). Sum of RGB (Red+Green+Blue) = 187+199+180=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 199 (78.12% from 255 or 35.16% from 566); Blue value is 180 (70.70% from 255 or 31.80% from 566); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC7B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC7B4 is #44384B. Grayscale: #C1C1C1. Windows color (decimal): -4470860 or 11847611. OLE color: 11847611.

HSL color Cylindrical-coordinate representation of color #BBC7B4: hue angle of 97.89º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBC7B4 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB187199180-
CMYK0.0600.100.22
HSL97.89º14.5%74.31%-
HSV(B)97.89º9.55%78.04%-
XYZ49.1654.7151.15-
YUV193.25120.52123.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.04%
GREEN value IS 199 (78.12% from 255) = 35.16%
BLUE value IS 180 (70.70% from 255) = 31.80%
R=33.04%
G=35.16%
B=31.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871991800.0600.100.2297.8914.574.31
HexBBC7B460A1662f4a
Octal27330726460122614217112
Binary1011101111000111101101001100101010110110001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC7B4; }

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

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

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

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

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

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

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

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