#BBC7B3

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

Shades of Pumice #BBC7B3

Tints of Pumice #BBC7B3

Color information

#BBC7B3 (or 0xBBC7B3) is unknown color: approx Pumice. HEX triplet: BB, C7 and B3. RGB value is (187,199,179). Sum of RGB (Red+Green+Blue) = 187+199+179=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 199 (78.12% from 255 or 35.22% from 565); Blue value is 179 (70.31% from 255 or 31.68% from 565); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC7B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC7B3 is #44384C. Grayscale: #C1C1C1. Windows color (decimal): -4470861 or 11782075. OLE color: 11782075.

HSL color Cylindrical-coordinate representation of color #BBC7B3: hue angle of 96º 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 #BBC7B3 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB187199179-
CMYK0.0600.100.22
HSL96º15.15%74.12%-
HSV(B)96º10.05%78.04%-
XYZ49.0554.6750.61-
YUV193.13120.02123.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.10%
GREEN value IS 199 (78.12% from 255) = 35.22%
BLUE value IS 179 (70.31% from 255) = 31.68%
R=33.10%
G=35.22%
B=31.68%

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
Decimal1871991790.0600.100.229615.1574.12
HexBBC7B360A1660f4a
Octal27330726360122614017112
Binary1011101111000111101100111100101010110110000011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC7B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC7B3; }

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

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

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

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

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

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

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

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