Shades of Moon Raker #BFB5D7
Tints of Moon Raker #BFB5D7
RGB
CMYK
RGB Variations
Color information
#BFB5D7 (or 0xBFB5D7) is known color: Moon Raker. HEX triplet: BF, B5 and D7. RGB value is (191,181,215). Sum of RGB (Red+Green+Blue) = 191+181+215=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 181 (71.09% from 255 or 30.83% from 587); Blue value is 215 (84.38% from 255 or 36.63% from 587); Max value from RGB is 215 - color contains mainly: blue. Hex color #BFB5D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB5D7 is #404A28. Grayscale: #BBBBBB. Windows color (decimal): -4213289 or 14136767. OLE color: 14136767.
HSL color Cylindrical-coordinate representation of color #BFB5D7: hue angle of 257.65º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFB5D7 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 181 | 215 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.16 |
| HSL | 257.65º | 0.3% | 0.78% | - |
| HSV(B) | 257.65º | 0.16% | 0.84% | - |
| XYZ | 50.28 | 49.03 | 71.1 | - |
| YUV | 187.87 | 143.31 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 181 | 215 | 0.11 | 0.16 | 0 | 0.16 | 257.65 | 0.3 | 0.78 |
| Hex | BF | B5 | D7 | B | 10 | 0 | 10 | 102 | 1E | 4E |
| Octal | 277 | 265 | 327 | 13 | 20 | 0 | 20 | 402 | 36 | 116 |
| Binary | 10111111 | 10110101 | 11010111 | 1011 | 10000 | 0 | 10000 | 100000010 | 11110 | 1001110 |
Color Harmonies of #BFB5D7
Complementary color
Monochromatic Colors of #BFB5D7
Black with #BFB5D7
Text Example
Text Example
White with #BFB5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB5D7; }
p { color: rgb(191,181,215); }
H1.HeaderClassName
{
color: #BFB5D7;
}
.AnyTagClassName
{
color: #BFB5D7;
}
</style>
background-color css
<style>
a { background-color: #BFB5D7; }
a { background-color: rgb(191,181,215); }
div.DivClassName
{
background-color: #BFB5D7;
}
.BgClassName
{
background-color: #BFB5D7;
}
</style>
border-color css
<style>
span { border-color: #BFB5D7; }
span { border-color: rgb(191,181,215); }
td.TdClassName
{
border-color: #BFB5D7;
}
.TagClassName
{
border-color: #BFB5D7;
}
</style>