#BBCBB3

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

Shades of Pumice #BBCBB3

Tints of Pumice #BBCBB3

Color information

#BBCBB3 (or 0xBBCBB3) is unknown color: approx Pumice. HEX triplet: BB, CB and B3. RGB value is (187,203,179). Sum of RGB (Red+Green+Blue) = 187+203+179=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 203 (79.69% from 255 or 35.68% from 569); Blue value is 179 (70.31% from 255 or 31.46% from 569); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBB3 is #44344C. Grayscale: #C3C3C3. Windows color (decimal): -4469837 or 11783099. OLE color: 11783099.

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

Color convert

RGB187203179-
CMYK0.0800.120.20
HSL100º18.75%74.9%-
HSV(B)100º11.82%79.61%-
XYZ49.9956.5350.92-
YUV195.48118.7121.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.86%
GREEN value IS 203 (79.69% from 255) = 35.68%
BLUE value IS 179 (70.31% from 255) = 31.46%
R=32.86%
G=35.68%
B=31.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1872031790.0800.120.2010018.7574.9
HexBBCBB380C1464134b
Octal273313263100142414423113
Binary101110111100101110110011100001100101001100100100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCBB3; }

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

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

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

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

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

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

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

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