Shades of Pumice #BCC5B8
Tints of Pumice #BCC5B8
RGB
CMYK
RGB Variations
Color information
#BCC5B8 (or 0xBCC5B8) is known color: Pumice. HEX triplet: BC, C5 and B8. RGB value is (188,197,184). Sum of RGB (Red+Green+Blue) = 188+197+184=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 197 (77.34% from 255 or 34.62% from 569); Blue value is 184 (72.27% from 255 or 32.34% from 569); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC5B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC5B8 is #433A47. Grayscale: #C0C0C0. Windows color (decimal): -4405832 or 12109244. OLE color: 12109244.
HSL color Cylindrical-coordinate representation of color #BCC5B8: hue angle of 101.54º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCC5B8 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 197 | 184 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.23 |
| HSL | 101.54º | 0.1% | 0.75% | - |
| HSV(B) | 101.54º | 0.07% | 0.77% | - |
| XYZ | 49.36 | 54.08 | 53.19 | - |
| YUV | 192.83 | 123.02 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 184 | 0.05 | 0 | 0.07 | 0.23 | 101.54 | 0.1 | 0.75 |
| Hex | BC | C5 | B8 | 5 | 0 | 7 | 17 | 66 | A | 4B |
| Octal | 274 | 305 | 270 | 5 | 0 | 7 | 27 | 146 | 12 | 113 |
| Binary | 10111100 | 11000101 | 10111000 | 101 | 0 | 111 | 10111 | 1100110 | 1010 | 1001011 |
Color Harmonies of #BCC5B8
Complementary color
Monochromatic Colors of #BCC5B8
Black with #BCC5B8
Text Example
Text Example
White with #BCC5B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC5B8; }
p { color: rgb(188,197,184); }
H1.HeaderClassName
{
color: #BCC5B8;
}
.AnyTagClassName
{
color: #BCC5B8;
}
</style>
background-color css
<style>
a { background-color: #BCC5B8; }
a { background-color: rgb(188,197,184); }
div.DivClassName
{
background-color: #BCC5B8;
}
.BgClassName
{
background-color: #BCC5B8;
}
</style>
border-color css
<style>
span { border-color: #BCC5B8; }
span { border-color: rgb(188,197,184); }
td.TdClassName
{
border-color: #BCC5B8;
}
.TagClassName
{
border-color: #BCC5B8;
}
</style>