#BBC4B7

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

Shades of Pumice #BBC4B7

Tints of Pumice #BBC4B7

Color information

#BBC4B7 (or 0xBBC4B7) is unknown color: approx Pumice. HEX triplet: BB, C4 and B7. RGB value is (187,196,183). Sum of RGB (Red+Green+Blue) = 187+196+183=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 196 (76.95% from 255 or 34.63% from 566); Blue value is 183 (71.88% from 255 or 32.33% from 566); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC4B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC4B7 is #443B48. Grayscale: #BFBFBF. Windows color (decimal): -4471625 or 12043451. OLE color: 12043451.

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

Color convert

RGB187196183-
CMYK0.0500.070.23
HSL101.54º9.92%74.31%-
HSV(B)101.54º6.63%76.86%-
XYZ48.7853.4652.55-
YUV191.83123.02124.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.04%
GREEN value IS 196 (76.95% from 255) = 34.63%
BLUE value IS 183 (71.88% from 255) = 32.33%
R=33.04%
G=34.63%
B=32.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1871961830.0500.070.23101.549.9274.31
HexBBC4B75071766a4a
Octal2733042675072714612112
Binary101110111100010010110111101011110111110011010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC4B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC4B7; }

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

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

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

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

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

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

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

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