Shades of Pumice #BCC6B3
Tints of Pumice #BCC6B3
RGB
CMYK
RGB Variations
Color information
#BCC6B3 (or 0xBCC6B3) is known color: Pumice. HEX triplet: BC, C6 and B3. RGB value is (188,198,179). Sum of RGB (Red+Green+Blue) = 188+198+179=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 198 (77.73% from 255 or 35.04% from 565); Blue value is 179 (70.31% from 255 or 31.68% from 565); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC6B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC6B3 is #43394C. Grayscale: #C0C0C0. Windows color (decimal): -4405581 or 11781820. OLE color: 11781820.
HSL color Cylindrical-coordinate representation of color #BCC6B3: hue angle of 91.58º degrees, saturation: 0.14, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCC6B3 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 198 | 179 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.22 |
| HSL | 91.58º | 0.14% | 0.74% | - |
| HSV(B) | 91.58º | 0.1% | 0.78% | - |
| XYZ | 49.07 | 54.33 | 50.55 | - |
| YUV | 192.84 | 120.19 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 198 | 179 | 0.05 | 0 | 0.10 | 0.22 | 91.58 | 0.14 | 0.74 |
| Hex | BC | C6 | B3 | 5 | 0 | A | 16 | 5C | E | 4A |
| Octal | 274 | 306 | 263 | 5 | 0 | 12 | 26 | 134 | 16 | 112 |
| Binary | 10111100 | 11000110 | 10110011 | 101 | 0 | 1010 | 10110 | 1011100 | 1110 | 1001010 |
Color Harmonies of #BCC6B3
Complementary color
Monochromatic Colors of #BCC6B3
Black with #BCC6B3
Text Example
Text Example
White with #BCC6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC6B3; }
p { color: rgb(188,198,179); }
H1.HeaderClassName
{
color: #BCC6B3;
}
.AnyTagClassName
{
color: #BCC6B3;
}
</style>
background-color css
<style>
a { background-color: #BCC6B3; }
a { background-color: rgb(188,198,179); }
div.DivClassName
{
background-color: #BCC6B3;
}
.BgClassName
{
background-color: #BCC6B3;
}
</style>
border-color css
<style>
span { border-color: #BCC6B3; }
span { border-color: rgb(188,198,179); }
td.TdClassName
{
border-color: #BCC6B3;
}
.TagClassName
{
border-color: #BCC6B3;
}
</style>