Shades of Moon Raker #BFAFDD
Tints of Moon Raker #BFAFDD
RGB
CMYK
RGB Variations
Color information
#BFAFDD (or 0xBFAFDD) is known color: Moon Raker. HEX triplet: BF, AF and DD. RGB value is (191,175,221). Sum of RGB (Red+Green+Blue) = 191+175+221=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #BFAFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAFDD is #405022. Grayscale: #B8B8B8. Windows color (decimal): -4214819 or 14528447. OLE color: 14528447.
HSL color Cylindrical-coordinate representation of color #BFAFDD: hue angle of 260.87º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFAFDD is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 175 | 221 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.13 |
| HSL | 260.87º | 0.4% | 0.78% | - |
| HSV(B) | 260.87º | 0.21% | 0.87% | - |
| XYZ | 49.87 | 46.96 | 74.84 | - |
| YUV | 185.03 | 148.3 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 175 | 221 | 0.14 | 0.21 | 0 | 0.13 | 260.87 | 0.4 | 0.78 |
| Hex | BF | AF | DD | E | 15 | 0 | D | 105 | 28 | 4E |
| Octal | 277 | 257 | 335 | 16 | 25 | 0 | 15 | 405 | 50 | 116 |
| Binary | 10111111 | 10101111 | 11011101 | 1110 | 10101 | 0 | 1101 | 100000101 | 101000 | 1001110 |
Color Harmonies of #BFAFDD
Complementary color
Monochromatic Colors of #BFAFDD
Black with #BFAFDD
Text Example
Text Example
White with #BFAFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAFDD; }
p { color: rgb(191,175,221); }
H1.HeaderClassName
{
color: #BFAFDD;
}
.AnyTagClassName
{
color: #BFAFDD;
}
</style>
background-color css
<style>
a { background-color: #BFAFDD; }
a { background-color: rgb(191,175,221); }
div.DivClassName
{
background-color: #BFAFDD;
}
.BgClassName
{
background-color: #BFAFDD;
}
</style>
border-color css
<style>
span { border-color: #BFAFDD; }
span { border-color: rgb(191,175,221); }
td.TdClassName
{
border-color: #BFAFDD;
}
.TagClassName
{
border-color: #BFAFDD;
}
</style>