Shades of Pumice #BCC5B3
Tints of Pumice #BCC5B3
RGB
CMYK
RGB Variations
Color information
#BCC5B3 (or 0xBCC5B3) is known color: Pumice. HEX triplet: BC, C5 and B3. RGB value is (188,197,179). Sum of RGB (Red+Green+Blue) = 188+197+179=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 197 (77.34% from 255 or 34.93% from 564); Blue value is 179 (70.31% from 255 or 31.74% from 564); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC5B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC5B3 is #433A4C. Grayscale: #C0C0C0. Windows color (decimal): -4405837 or 11781564. OLE color: 11781564.
HSL color Cylindrical-coordinate representation of color #BCC5B3: hue angle of 90º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCC5B3 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 197 | 179 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.23 |
| HSL | 90º | 0.13% | 0.74% | - |
| HSV(B) | 90º | 0.09% | 0.77% | - |
| XYZ | 48.84 | 53.88 | 50.47 | - |
| YUV | 192.26 | 120.52 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 179 | 0.05 | 0 | 0.09 | 0.23 | 90 | 0.13 | 0.74 |
| Hex | BC | C5 | B3 | 5 | 0 | 9 | 17 | 5A | D | 4A |
| Octal | 274 | 305 | 263 | 5 | 0 | 11 | 27 | 132 | 15 | 112 |
| Binary | 10111100 | 11000101 | 10110011 | 101 | 0 | 1001 | 10111 | 1011010 | 1101 | 1001010 |
Color Harmonies of #BCC5B3
Complementary color
Monochromatic Colors of #BCC5B3
Black with #BCC5B3
Text Example
Text Example
White with #BCC5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC5B3; }
p { color: rgb(188,197,179); }
H1.HeaderClassName
{
color: #BCC5B3;
}
.AnyTagClassName
{
color: #BCC5B3;
}
</style>
background-color css
<style>
a { background-color: #BCC5B3; }
a { background-color: rgb(188,197,179); }
div.DivClassName
{
background-color: #BCC5B3;
}
.BgClassName
{
background-color: #BCC5B3;
}
</style>
border-color css
<style>
span { border-color: #BCC5B3; }
span { border-color: rgb(188,197,179); }
td.TdClassName
{
border-color: #BCC5B3;
}
.TagClassName
{
border-color: #BCC5B3;
}
</style>