#BBC8B5

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

Shades of Pumice #BBC8B5

Tints of Pumice #BBC8B5

Color information

#BBC8B5 (or 0xBBC8B5) is unknown color: approx Pumice. HEX triplet: BB, C8 and B5. RGB value is (187,200,181). Sum of RGB (Red+Green+Blue) = 187+200+181=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 200 (78.52% from 255 or 35.21% from 568); Blue value is 181 (71.09% from 255 or 31.87% from 568); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC8B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC8B5 is #44374A. Grayscale: #C2C2C2. Windows color (decimal): -4470603 or 11913403. OLE color: 11913403.

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

Color convert

RGB187200181-
CMYK0.0600.090.22
HSL101.05º14.73%74.71%-
HSV(B)101.05º9.5%78.43%-
XYZ49.4955.2151.76-
YUV193.95120.69123.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.92%
GREEN value IS 200 (78.52% from 255) = 35.21%
BLUE value IS 181 (71.09% from 255) = 31.87%
R=32.92%
G=35.21%
B=31.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1872001810.0600.090.22101.0514.7374.71
HexBBC8B56091665f4b
Octal27331026560112614517113
Binary1011101111001000101101011100100110110110010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC8B5; }

 p { color: rgb(187,200,181); }

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

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

 a { background-color: rgb(187,200,181); }

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

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

 span { border-color: rgb(187,200,181); }

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