Shades of Moon Raker #BFAFDC
Tints of Moon Raker #BFAFDC
RGB
CMYK
RGB Variations
Color information
#BFAFDC (or 0xBFAFDC) is known color: Moon Raker. HEX triplet: BF, AF and DC. RGB value is (191,175,220). Sum of RGB (Red+Green+Blue) = 191+175+220=586 (77% of max value = 765). Red value is 191 (75% from 255 or 32.59% from 586); Green value is 175 (68.75% from 255 or 29.86% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFAFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAFDC is #405023. Grayscale: #B8B8B8. Windows color (decimal): -4214820 or 14462911. OLE color: 14462911.
HSL color Cylindrical-coordinate representation of color #BFAFDC: hue angle of 261.33º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFAFDC is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 175 | 220 | - |
| CMYK | 0.13 | 0.20 | 0 | 0.14 |
| HSL | 261.33º | 0.39% | 0.77% | - |
| HSV(B) | 261.33º | 0.2% | 0.86% | - |
| XYZ | 49.73 | 46.9 | 74.14 | - |
| YUV | 184.91 | 147.8 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 175 | 220 | 0.13 | 0.20 | 0 | 0.14 | 261.33 | 0.39 | 0.77 |
| Hex | BF | AF | DC | D | 14 | 0 | E | 105 | 27 | 4D |
| Octal | 277 | 257 | 334 | 15 | 24 | 0 | 16 | 405 | 47 | 115 |
| Binary | 10111111 | 10101111 | 11011100 | 1101 | 10100 | 0 | 1110 | 100000101 | 100111 | 1001101 |
Color Harmonies of #BFAFDC
Complementary color
Monochromatic Colors of #BFAFDC
Black with #BFAFDC
Text Example
Text Example
White with #BFAFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAFDC; }
p { color: rgb(191,175,220); }
H1.HeaderClassName
{
color: #BFAFDC;
}
.AnyTagClassName
{
color: #BFAFDC;
}
</style>
background-color css
<style>
a { background-color: #BFAFDC; }
a { background-color: rgb(191,175,220); }
div.DivClassName
{
background-color: #BFAFDC;
}
.BgClassName
{
background-color: #BFAFDC;
}
</style>
border-color css
<style>
span { border-color: #BFAFDC; }
span { border-color: rgb(191,175,220); }
td.TdClassName
{
border-color: #BFAFDC;
}
.TagClassName
{
border-color: #BFAFDC;
}
</style>