#BBC4B6

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

Shades of Pumice #BBC4B6

Tints of Pumice #BBC4B6

Color information

#BBC4B6 (or 0xBBC4B6) is unknown color: approx Pumice. HEX triplet: BB, C4 and B6. RGB value is (187,196,182). Sum of RGB (Red+Green+Blue) = 187+196+182=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 196 (76.95% from 255 or 34.69% from 565); Blue value is 182 (71.48% from 255 or 32.21% from 565); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC4B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC4B6 is #443B49. Grayscale: #BFBFBF. Windows color (decimal): -4471626 or 11977915. OLE color: 11977915.

HSL color Cylindrical-coordinate representation of color #BBC4B6: hue angle of 98.57º degrees, saturation: 0.11, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBC4B6 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB187196182-
CMYK0.0500.070.23
HSL98.57º10.61%74.12%-
HSV(B)98.57º7.14%76.86%-
XYZ48.6853.4252-
YUV191.71122.52124.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.10%
GREEN value IS 196 (76.95% from 255) = 34.69%
BLUE value IS 182 (71.48% from 255) = 32.21%
R=33.10%
G=34.69%
B=32.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1871961820.0500.070.2398.5710.6174.12
HexBBC4B65071763b4a
Octal2733042665072714313112
Binary101110111100010010110110101011110111110001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC4B6; }

 p { color: rgb(187,196,182); }

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

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

 a { background-color: rgb(187,196,182); }

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

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

 span { border-color: rgb(187,196,182); }

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