Shades of Moon Raker #BFAFDA
Tints of Moon Raker #BFAFDA
RGB
CMYK
RGB Variations
Color information
#BFAFDA (or 0xBFAFDA) is known color: Moon Raker. HEX triplet: BF, AF and DA. RGB value is (191,175,218). Sum of RGB (Red+Green+Blue) = 191+175+218=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 175 (68.75% from 255 or 29.97% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 218 - color contains mainly: blue. Hex color #BFAFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAFDA is #405025. Grayscale: #B8B8B8. Windows color (decimal): -4214822 or 14331839. OLE color: 14331839.
HSL color Cylindrical-coordinate representation of color #BFAFDA: hue angle of 262.33º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFAFDA is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 175 | 218 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.15 |
| HSL | 262.33º | 0.37% | 0.77% | - |
| HSV(B) | 262.33º | 0.2% | 0.85% | - |
| XYZ | 49.47 | 46.8 | 72.76 | - |
| YUV | 184.69 | 146.8 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 175 | 218 | 0.12 | 0.20 | 0 | 0.15 | 262.33 | 0.37 | 0.77 |
| Hex | BF | AF | DA | C | 14 | 0 | F | 106 | 25 | 4D |
| Octal | 277 | 257 | 332 | 14 | 24 | 0 | 17 | 406 | 45 | 115 |
| Binary | 10111111 | 10101111 | 11011010 | 1100 | 10100 | 0 | 1111 | 100000110 | 100101 | 1001101 |
Color Harmonies of #BFAFDA
Complementary color
Monochromatic Colors of #BFAFDA
Black with #BFAFDA
Text Example
Text Example
White with #BFAFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAFDA; }
p { color: rgb(191,175,218); }
H1.HeaderClassName
{
color: #BFAFDA;
}
.AnyTagClassName
{
color: #BFAFDA;
}
</style>
background-color css
<style>
a { background-color: #BFAFDA; }
a { background-color: rgb(191,175,218); }
div.DivClassName
{
background-color: #BFAFDA;
}
.BgClassName
{
background-color: #BFAFDA;
}
</style>
border-color css
<style>
span { border-color: #BFAFDA; }
span { border-color: rgb(191,175,218); }
td.TdClassName
{
border-color: #BFAFDA;
}
.TagClassName
{
border-color: #BFAFDA;
}
</style>