#BBC8B2

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

Shades of Pumice #BBC8B2

Tints of Pumice #BBC8B2

Color information

#BBC8B2 (or 0xBBC8B2) is unknown color: approx Pumice. HEX triplet: BB, C8 and B2. RGB value is (187,200,178). Sum of RGB (Red+Green+Blue) = 187+200+178=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 200 (78.52% from 255 or 35.40% from 565); Blue value is 178 (69.92% from 255 or 31.50% from 565); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC8B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC8B2 is #44374D. Grayscale: #C1C1C1. Windows color (decimal): -4470606 or 11716795. OLE color: 11716795.

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

Color convert

RGB187200178-
CMYK0.0600.110.22
HSL95.45º16.67%74.12%-
HSV(B)95.45º11%78.43%-
XYZ49.1855.0950.16-
YUV193.6119.19123.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.10%
GREEN value IS 200 (78.52% from 255) = 35.40%
BLUE value IS 178 (69.92% from 255) = 31.50%
R=33.10%
G=35.40%
B=31.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1872001780.0600.110.2295.4516.6774.12
HexBBC8B260B165f114a
Octal27331026260132613721112
Binary10111011110010001011001011001011101101011111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC8B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC8B2; }

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

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

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

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

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

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

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

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