#BBCCB2

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

Shades of Pumice #BBCCB2

Tints of Pumice #BBCCB2

Color information

#BBCCB2 (or 0xBBCCB2) is unknown color: approx Pumice. HEX triplet: BB, CC and B2. RGB value is (187,204,178). Sum of RGB (Red+Green+Blue) = 187+204+178=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 178 (69.92% from 255 or 31.28% from 569); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCCB2 is #44334D. Grayscale: #C4C4C4. Windows color (decimal): -4469582 or 11717819. OLE color: 11717819.

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

Color convert

RGB187204178-
CMYK0.0800.130.2
HSL99.23º20.31%74.9%-
HSV(B)99.23º12.75%80%-
XYZ50.1256.9650.47-
YUV195.95117.87121.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.86%
GREEN value IS 204 (80.08% from 255) = 35.85%
BLUE value IS 178 (69.92% from 255) = 31.28%
R=32.86%
G=35.85%
B=31.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1872041780.0800.130.299.2320.3174.9
HexBBCCB280D1463144b
Octal273314262100152414324113
Binary101110111100110010110010100001101101001100011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCCB2; }

 p { color: rgb(187,204,178); }

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

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

 a { background-color: rgb(187,204,178); }

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

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

 span { border-color: rgb(187,204,178); }

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