Shades of Pumice #BCC2B6
Tints of Pumice #BCC2B6
RGB
CMYK
RGB Variations
Color information
#BCC2B6 (or 0xBCC2B6) is known color: Pumice. HEX triplet: BC, C2 and B6. RGB value is (188,194,182). Sum of RGB (Red+Green+Blue) = 188+194+182=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 194 (76.17% from 255 or 34.40% from 564); Blue value is 182 (71.48% from 255 or 32.27% from 564); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC2B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC2B6 is #433D49. Grayscale: #BEBEBE. Windows color (decimal): -4406602 or 11977404. OLE color: 11977404.
HSL color Cylindrical-coordinate representation of color #BCC2B6: hue angle of 90º degrees, saturation: 0.09, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BCC2B6 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 194 | 182 | - |
| CMYK | 0.03 | 0 | 0.06 | 0.24 |
| HSL | 90º | 0.09% | 0.74% | - |
| HSV(B) | 90º | 0.06% | 0.76% | - |
| XYZ | 48.47 | 52.65 | 51.86 | - |
| YUV | 190.84 | 123.01 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 182 | 0.03 | 0 | 0.06 | 0.24 | 90 | 0.09 | 0.74 |
| Hex | BC | C2 | B6 | 3 | 0 | 6 | 18 | 5A | 9 | 4A |
| Octal | 274 | 302 | 266 | 3 | 0 | 6 | 30 | 132 | 11 | 112 |
| Binary | 10111100 | 11000010 | 10110110 | 11 | 0 | 110 | 11000 | 1011010 | 1001 | 1001010 |
Color Harmonies of #BCC2B6
Complementary color
Monochromatic Colors of #BCC2B6
Black with #BCC2B6
Text Example
Text Example
White with #BCC2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC2B6; }
p { color: rgb(188,194,182); }
H1.HeaderClassName
{
color: #BCC2B6;
}
.AnyTagClassName
{
color: #BCC2B6;
}
</style>
background-color css
<style>
a { background-color: #BCC2B6; }
a { background-color: rgb(188,194,182); }
div.DivClassName
{
background-color: #BCC2B6;
}
.BgClassName
{
background-color: #BCC2B6;
}
</style>
border-color css
<style>
span { border-color: #BCC2B6; }
span { border-color: rgb(188,194,182); }
td.TdClassName
{
border-color: #BCC2B6;
}
.TagClassName
{
border-color: #BCC2B6;
}
</style>