#BBCBB0

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

Shades of Pumice #BBCBB0

Tints of Pumice #BBCBB0

Color information

#BBCBB0 (or 0xBBCBB0) is unknown color: approx Pumice. HEX triplet: BB, CB and B0. RGB value is (187,203,176). Sum of RGB (Red+Green+Blue) = 187+203+176=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 203 (79.69% from 255 or 35.87% from 566); Blue value is 176 (69.14% from 255 or 31.10% from 566); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCBB0 is #44344F. Grayscale: #C3C3C3. Windows color (decimal): -4469840 or 11586491. OLE color: 11586491.

HSL color Cylindrical-coordinate representation of color #BBCBB0: hue angle of 95.56º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBCBB0 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB187203176-
CMYK0.0800.130.20
HSL95.56º20.61%74.31%-
HSV(B)95.56º13.3%79.61%-
XYZ49.6956.4149.34-
YUV195.14117.2122.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.04%
GREEN value IS 203 (79.69% from 255) = 35.87%
BLUE value IS 176 (69.14% from 255) = 31.10%
R=33.04%
G=35.87%
B=31.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1872031760.0800.130.2095.5620.6174.31
HexBBCBB080D1460154a
Octal273313260100152414025112
Binary101110111100101110110000100001101101001100000101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCBB0; }

 p { color: rgb(187,203,176); }

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

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

 a { background-color: rgb(187,203,176); }

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

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

 span { border-color: rgb(187,203,176); }

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