Shades of Pumice #BCC1B7
Tints of Pumice #BCC1B7
RGB
CMYK
RGB Variations
Color information
#BCC1B7 (or 0xBCC1B7) is known color: Pumice. HEX triplet: BC, C1 and B7. RGB value is (188,193,183). Sum of RGB (Red+Green+Blue) = 188+193+183=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 193 (75.78% from 255 or 34.22% from 564); Blue value is 183 (71.88% from 255 or 32.45% from 564); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC1B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC1B7 is #433E48. Grayscale: #BEBEBE. Windows color (decimal): -4406857 or 12042684. OLE color: 12042684.
HSL color Cylindrical-coordinate representation of color #BCC1B7: hue angle of 90º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BCC1B7 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 193 | 183 | - |
| CMYK | 0.03 | 0 | 0.05 | 0.24 |
| HSL | 90º | 0.07% | 0.74% | - |
| HSV(B) | 90º | 0.05% | 0.76% | - |
| XYZ | 48.36 | 52.25 | 52.34 | - |
| YUV | 190.37 | 123.84 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 193 | 183 | 0.03 | 0 | 0.05 | 0.24 | 90 | 0.07 | 0.74 |
| Hex | BC | C1 | B7 | 3 | 0 | 5 | 18 | 5A | 7 | 4A |
| Octal | 274 | 301 | 267 | 3 | 0 | 5 | 30 | 132 | 7 | 112 |
| Binary | 10111100 | 11000001 | 10110111 | 11 | 0 | 101 | 11000 | 1011010 | 111 | 1001010 |
Color Harmonies of #BCC1B7
Complementary color
Monochromatic Colors of #BCC1B7
Black with #BCC1B7
Text Example
Text Example
White with #BCC1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC1B7; }
p { color: rgb(188,193,183); }
H1.HeaderClassName
{
color: #BCC1B7;
}
.AnyTagClassName
{
color: #BCC1B7;
}
</style>
background-color css
<style>
a { background-color: #BCC1B7; }
a { background-color: rgb(188,193,183); }
div.DivClassName
{
background-color: #BCC1B7;
}
.BgClassName
{
background-color: #BCC1B7;
}
</style>
border-color css
<style>
span { border-color: #BCC1B7; }
span { border-color: rgb(188,193,183); }
td.TdClassName
{
border-color: #BCC1B7;
}
.TagClassName
{
border-color: #BCC1B7;
}
</style>