Shades of Moon Raker #BFB7D0
Tints of Moon Raker #BFB7D0
RGB
CMYK
RGB Variations
Color information
#BFB7D0 (or 0xBFB7D0) is known color: Moon Raker. HEX triplet: BF, B7 and D0. RGB value is (191,183,208). Sum of RGB (Red+Green+Blue) = 191+183+208=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 183 (71.88% from 255 or 31.44% from 582); Blue value is 208 (81.64% from 255 or 35.74% from 582); Max value from RGB is 208 - color contains mainly: blue. Hex color #BFB7D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB7D0 is #40482F. Grayscale: #BCBCBC. Windows color (decimal): -4212784 or 13678527. OLE color: 13678527.
HSL color Cylindrical-coordinate representation of color #BFB7D0: hue angle of 259.2º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFB7D0 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 183 | 208 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.18 |
| HSL | 259.2º | 0.21% | 0.77% | - |
| HSV(B) | 259.2º | 0.12% | 0.82% | - |
| XYZ | 49.8 | 49.5 | 66.6 | - |
| YUV | 188.24 | 139.15 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 183 | 208 | 0.08 | 0.12 | 0 | 0.18 | 259.2 | 0.21 | 0.77 |
| Hex | BF | B7 | D0 | 8 | C | 0 | 12 | 103 | 15 | 4D |
| Octal | 277 | 267 | 320 | 10 | 14 | 0 | 22 | 403 | 25 | 115 |
| Binary | 10111111 | 10110111 | 11010000 | 1000 | 1100 | 0 | 10010 | 100000011 | 10101 | 1001101 |
Color Harmonies of #BFB7D0
Complementary color
Monochromatic Colors of #BFB7D0
Black with #BFB7D0
Text Example
Text Example
White with #BFB7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB7D0; }
p { color: rgb(191,183,208); }
H1.HeaderClassName
{
color: #BFB7D0;
}
.AnyTagClassName
{
color: #BFB7D0;
}
</style>
background-color css
<style>
a { background-color: #BFB7D0; }
a { background-color: rgb(191,183,208); }
div.DivClassName
{
background-color: #BFB7D0;
}
.BgClassName
{
background-color: #BFB7D0;
}
</style>
border-color css
<style>
span { border-color: #BFB7D0; }
span { border-color: rgb(191,183,208); }
td.TdClassName
{
border-color: #BFB7D0;
}
.TagClassName
{
border-color: #BFB7D0;
}
</style>