Shades of Moon Raker #BFB6D1
Tints of Moon Raker #BFB6D1
RGB
CMYK
RGB Variations
Color information
#BFB6D1 (or 0xBFB6D1) is known color: Moon Raker. HEX triplet: BF, B6 and D1. RGB value is (191,182,209). Sum of RGB (Red+Green+Blue) = 191+182+209=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 182 (71.48% from 255 or 31.27% from 582); Blue value is 209 (82.03% from 255 or 35.91% from 582); Max value from RGB is 209 - color contains mainly: blue. Hex color #BFB6D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB6D1 is #40492E. Grayscale: #BBBBBB. Windows color (decimal): -4213039 or 13743807. OLE color: 13743807.
HSL color Cylindrical-coordinate representation of color #BFB6D1: hue angle of 260º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFB6D1 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 182 | 209 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.18 |
| HSL | 260º | 0.23% | 0.77% | - |
| HSV(B) | 260º | 0.13% | 0.82% | - |
| XYZ | 49.72 | 49.14 | 67.19 | - |
| YUV | 187.77 | 139.98 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 182 | 209 | 0.09 | 0.13 | 0 | 0.18 | 260 | 0.23 | 0.77 |
| Hex | BF | B6 | D1 | 9 | D | 0 | 12 | 104 | 17 | 4D |
| Octal | 277 | 266 | 321 | 11 | 15 | 0 | 22 | 404 | 27 | 115 |
| Binary | 10111111 | 10110110 | 11010001 | 1001 | 1101 | 0 | 10010 | 100000100 | 10111 | 1001101 |
Color Harmonies of #BFB6D1
Complementary color
Monochromatic Colors of #BFB6D1
Black with #BFB6D1
Text Example
Text Example
White with #BFB6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB6D1; }
p { color: rgb(191,182,209); }
H1.HeaderClassName
{
color: #BFB6D1;
}
.AnyTagClassName
{
color: #BFB6D1;
}
</style>
background-color css
<style>
a { background-color: #BFB6D1; }
a { background-color: rgb(191,182,209); }
div.DivClassName
{
background-color: #BFB6D1;
}
.BgClassName
{
background-color: #BFB6D1;
}
</style>
border-color css
<style>
span { border-color: #BFB6D1; }
span { border-color: rgb(191,182,209); }
td.TdClassName
{
border-color: #BFB6D1;
}
.TagClassName
{
border-color: #BFB6D1;
}
</style>