#BBC4B4

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

Shades of Pumice #BBC4B4

Tints of Pumice #BBC4B4

Color information

#BBC4B4 (or 0xBBC4B4) is unknown color: approx Pumice. HEX triplet: BB, C4 and B4. RGB value is (187,196,180). Sum of RGB (Red+Green+Blue) = 187+196+180=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 196 (76.95% from 255 or 34.81% from 563); Blue value is 180 (70.70% from 255 or 31.97% from 563); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC4B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC4B4 is #443B4B. Grayscale: #BFBFBF. Windows color (decimal): -4471628 or 11846843. OLE color: 11846843.

HSL color Cylindrical-coordinate representation of color #BBC4B4: hue angle of 93.75º degrees, saturation: 0.12, 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 #BBC4B4 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB187196180-
CMYK0.0500.080.23
HSL93.75º11.94%73.73%-
HSV(B)93.75º8.16%76.86%-
XYZ48.4753.3450.92-
YUV191.48121.52124.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.21%
GREEN value IS 196 (76.95% from 255) = 34.81%
BLUE value IS 180 (70.70% from 255) = 31.97%
R=33.21%
G=34.81%
B=31.97%

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
Decimal1871961800.0500.080.2393.7511.9473.73
HexBBC4B4508175ec4a
Octal27330426450102713614112
Binary1011101111000100101101001010100010111101111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC4B4; }

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

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

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

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

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

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

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

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