Shades of Pumice #BFCDB4
Tints of Pumice #BFCDB4
RGB
CMYK
RGB Variations
Color information
#BFCDB4 (or 0xBFCDB4) is known color: Pumice. HEX triplet: BF, CD and B4. RGB value is (191,205,180). Sum of RGB (Red+Green+Blue) = 191+205+180=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 205 (80.47% from 255 or 35.59% from 576); Blue value is 180 (70.70% from 255 or 31.25% from 576); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCDB4 is #40324B. Grayscale: #C6C6C6. Windows color (decimal): -4207180 or 11849151. OLE color: 11849151.
HSL color Cylindrical-coordinate representation of color #BFCDB4: hue angle of 93.6º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFCDB4 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 205 | 180 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.20 |
| HSL | 93.6º | 0.2% | 0.75% | - |
| HSV(B) | 93.6º | 0.12% | 0.8% | - |
| XYZ | 51.56 | 58.03 | 51.66 | - |
| YUV | 197.96 | 117.86 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 180 | 0.07 | 0 | 0.12 | 0.20 | 93.6 | 0.2 | 0.75 |
| Hex | BF | CD | B4 | 7 | 0 | C | 14 | 5E | 14 | 4B |
| Octal | 277 | 315 | 264 | 7 | 0 | 14 | 24 | 136 | 24 | 113 |
| Binary | 10111111 | 11001101 | 10110100 | 111 | 0 | 1100 | 10100 | 1011110 | 10100 | 1001011 |
Color Harmonies of #BFCDB4
Complementary color
Monochromatic Colors of #BFCDB4
Black with #BFCDB4
Text Example
Text Example
White with #BFCDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCDB4; }
p { color: rgb(191,205,180); }
H1.HeaderClassName
{
color: #BFCDB4;
}
.AnyTagClassName
{
color: #BFCDB4;
}
</style>
background-color css
<style>
a { background-color: #BFCDB4; }
a { background-color: rgb(191,205,180); }
div.DivClassName
{
background-color: #BFCDB4;
}
.BgClassName
{
background-color: #BFCDB4;
}
</style>
border-color css
<style>
span { border-color: #BFCDB4; }
span { border-color: rgb(191,205,180); }
td.TdClassName
{
border-color: #BFCDB4;
}
.TagClassName
{
border-color: #BFCDB4;
}
</style>