#BBC6B4

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

Shades of Pumice #BBC6B4

Tints of Pumice #BBC6B4

Color information

#BBC6B4 (or 0xBBC6B4) is unknown color: approx Pumice. HEX triplet: BB, C6 and B4. RGB value is (187,198,180). Sum of RGB (Red+Green+Blue) = 187+198+180=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 198 (77.73% from 255 or 35.04% from 565); Blue value is 180 (70.70% from 255 or 31.86% from 565); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC6B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC6B4 is #44394B. Grayscale: #C0C0C0. Windows color (decimal): -4471116 or 11847355. OLE color: 11847355.

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

Color convert

RGB187198180-
CMYK0.0600.090.22
HSL96.67º13.64%74.12%-
HSV(B)96.67º9.09%77.65%-
XYZ48.9354.2551.07-
YUV192.66120.86123.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.10%
GREEN value IS 198 (77.73% from 255) = 35.04%
BLUE value IS 180 (70.70% from 255) = 31.86%
R=33.10%
G=35.04%
B=31.86%

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
Decimal1871981800.0600.090.2296.6713.6474.12
HexBBC6B46091661e4a
Octal27330626460112614116112
Binary1011101111000110101101001100100110110110000111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC6B4; }

 p { color: rgb(187,198,180); }

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

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

 a { background-color: rgb(187,198,180); }

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

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

 span { border-color: rgb(187,198,180); }

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