Shades of Pumice #BCC5B5
Tints of Pumice #BCC5B5
RGB
CMYK
RGB Variations
Color information
#BCC5B5 (or 0xBCC5B5) is known color: Pumice. HEX triplet: BC, C5 and B5. RGB value is (188,197,181). Sum of RGB (Red+Green+Blue) = 188+197+181=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 197 (77.34% from 255 or 34.81% from 566); Blue value is 181 (71.09% from 255 or 31.98% from 566); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC5B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC5B5 is #433A4A. Grayscale: #C0C0C0. Windows color (decimal): -4405835 or 11912636. OLE color: 11912636.
HSL color Cylindrical-coordinate representation of color #BCC5B5: hue angle of 93.75º degrees, saturation: 0.12, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCC5B5 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 197 | 181 | - |
| CMYK | 0.05 | 0 | 0.08 | 0.23 |
| HSL | 93.75º | 0.12% | 0.74% | - |
| HSV(B) | 93.75º | 0.08% | 0.77% | - |
| XYZ | 49.05 | 53.96 | 51.55 | - |
| YUV | 192.49 | 121.52 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 181 | 0.05 | 0 | 0.08 | 0.23 | 93.75 | 0.12 | 0.74 |
| Hex | BC | C5 | B5 | 5 | 0 | 8 | 17 | 5E | C | 4A |
| Octal | 274 | 305 | 265 | 5 | 0 | 10 | 27 | 136 | 14 | 112 |
| Binary | 10111100 | 11000101 | 10110101 | 101 | 0 | 1000 | 10111 | 1011110 | 1100 | 1001010 |
Color Harmonies of #BCC5B5
Complementary color
Monochromatic Colors of #BCC5B5
Black with #BCC5B5
Text Example
Text Example
White with #BCC5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC5B5; }
p { color: rgb(188,197,181); }
H1.HeaderClassName
{
color: #BCC5B5;
}
.AnyTagClassName
{
color: #BCC5B5;
}
</style>
background-color css
<style>
a { background-color: #BCC5B5; }
a { background-color: rgb(188,197,181); }
div.DivClassName
{
background-color: #BCC5B5;
}
.BgClassName
{
background-color: #BCC5B5;
}
</style>
border-color css
<style>
span { border-color: #BCC5B5; }
span { border-color: rgb(188,197,181); }
td.TdClassName
{
border-color: #BCC5B5;
}
.TagClassName
{
border-color: #BCC5B5;
}
</style>