Shades of Pumice #BCC7B3
Tints of Pumice #BCC7B3
RGB
CMYK
RGB Variations
Color information
#BCC7B3 (or 0xBCC7B3) is known color: Pumice. HEX triplet: BC, C7 and B3. RGB value is (188,199,179). Sum of RGB (Red+Green+Blue) = 188+199+179=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 199 (78.12% from 255 or 35.16% from 566); Blue value is 179 (70.31% from 255 or 31.63% from 566); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC7B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC7B3 is #43384C. Grayscale: #C1C1C1. Windows color (decimal): -4405325 or 11782076. OLE color: 11782076.
HSL color Cylindrical-coordinate representation of color #BCC7B3: hue angle of 93º degrees, saturation: 0.15, 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 #BCC7B3 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 199 | 179 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.22 |
| HSL | 93º | 0.15% | 0.74% | - |
| HSV(B) | 93º | 0.1% | 0.78% | - |
| XYZ | 49.3 | 54.79 | 50.63 | - |
| YUV | 193.43 | 119.86 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 199 | 179 | 0.06 | 0 | 0.10 | 0.22 | 93 | 0.15 | 0.74 |
| Hex | BC | C7 | B3 | 6 | 0 | A | 16 | 5D | F | 4A |
| Octal | 274 | 307 | 263 | 6 | 0 | 12 | 26 | 135 | 17 | 112 |
| Binary | 10111100 | 11000111 | 10110011 | 110 | 0 | 1010 | 10110 | 1011101 | 1111 | 1001010 |
Color Harmonies of #BCC7B3
Complementary color
Monochromatic Colors of #BCC7B3
Black with #BCC7B3
Text Example
Text Example
White with #BCC7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC7B3; }
p { color: rgb(188,199,179); }
H1.HeaderClassName
{
color: #BCC7B3;
}
.AnyTagClassName
{
color: #BCC7B3;
}
</style>
background-color css
<style>
a { background-color: #BCC7B3; }
a { background-color: rgb(188,199,179); }
div.DivClassName
{
background-color: #BCC7B3;
}
.BgClassName
{
background-color: #BCC7B3;
}
</style>
border-color css
<style>
span { border-color: #BCC7B3; }
span { border-color: rgb(188,199,179); }
td.TdClassName
{
border-color: #BCC7B3;
}
.TagClassName
{
border-color: #BCC7B3;
}
</style>