Shades of Pumice #BFCDB3
Tints of Pumice #BFCDB3
RGB
CMYK
RGB Variations
Color information
#BFCDB3 (or 0xBFCDB3) is known color: Pumice. HEX triplet: BF, CD and B3. RGB value is (191,205,179). Sum of RGB (Red+Green+Blue) = 191+205+179=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 179 (70.31% from 255 or 31.13% from 575); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCDB3 is #40324C. Grayscale: #C5C5C5. Windows color (decimal): -4207181 or 11783615. OLE color: 11783615.
HSL color Cylindrical-coordinate representation of color #BFCDB3: hue angle of 92.31º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFCDB3 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 205 | 179 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.20 |
| HSL | 92.31º | 0.21% | 0.75% | - |
| HSV(B) | 92.31º | 0.13% | 0.8% | - |
| XYZ | 51.45 | 57.99 | 51.13 | - |
| YUV | 197.85 | 117.36 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 179 | 0.07 | 0 | 0.13 | 0.20 | 92.31 | 0.21 | 0.75 |
| Hex | BF | CD | B3 | 7 | 0 | D | 14 | 5C | 15 | 4B |
| Octal | 277 | 315 | 263 | 7 | 0 | 15 | 24 | 134 | 25 | 113 |
| Binary | 10111111 | 11001101 | 10110011 | 111 | 0 | 1101 | 10100 | 1011100 | 10101 | 1001011 |
Color Harmonies of #BFCDB3
Complementary color
Monochromatic Colors of #BFCDB3
Black with #BFCDB3
Text Example
Text Example
White with #BFCDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCDB3; }
p { color: rgb(191,205,179); }
H1.HeaderClassName
{
color: #BFCDB3;
}
.AnyTagClassName
{
color: #BFCDB3;
}
</style>
background-color css
<style>
a { background-color: #BFCDB3; }
a { background-color: rgb(191,205,179); }
div.DivClassName
{
background-color: #BFCDB3;
}
.BgClassName
{
background-color: #BFCDB3;
}
</style>
border-color css
<style>
span { border-color: #BFCDB3; }
span { border-color: rgb(191,205,179); }
td.TdClassName
{
border-color: #BFCDB3;
}
.TagClassName
{
border-color: #BFCDB3;
}
</style>