Shades of Moon Raker #BFAEDD
Tints of Moon Raker #BFAEDD
RGB
CMYK
RGB Variations
Color information
#BFAEDD (or 0xBFAEDD) is known color: Moon Raker. HEX triplet: BF, AE and DD. RGB value is (191,174,221). Sum of RGB (Red+Green+Blue) = 191+174+221=586 (77% of max value = 765). Red value is 191 (75% from 255 or 32.59% from 586); Green value is 174 (68.36% from 255 or 29.69% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #BFAEDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAEDD is #405122. Grayscale: #B8B8B8. Windows color (decimal): -4215075 or 14528191. OLE color: 14528191.
HSL color Cylindrical-coordinate representation of color #BFAEDD: hue angle of 261.7º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFAEDD is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 174 | 221 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.13 |
| HSL | 261.7º | 0.41% | 0.77% | - |
| HSV(B) | 261.7º | 0.21% | 0.87% | - |
| XYZ | 49.67 | 46.57 | 74.78 | - |
| YUV | 184.44 | 148.63 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 174 | 221 | 0.14 | 0.21 | 0 | 0.13 | 261.7 | 0.41 | 0.77 |
| Hex | BF | AE | DD | E | 15 | 0 | D | 106 | 29 | 4D |
| Octal | 277 | 256 | 335 | 16 | 25 | 0 | 15 | 406 | 51 | 115 |
| Binary | 10111111 | 10101110 | 11011101 | 1110 | 10101 | 0 | 1101 | 100000110 | 101001 | 1001101 |
Color Harmonies of #BFAEDD
Complementary color
Monochromatic Colors of #BFAEDD
Black with #BFAEDD
Text Example
Text Example
White with #BFAEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAEDD; }
p { color: rgb(191,174,221); }
H1.HeaderClassName
{
color: #BFAEDD;
}
.AnyTagClassName
{
color: #BFAEDD;
}
</style>
background-color css
<style>
a { background-color: #BFAEDD; }
a { background-color: rgb(191,174,221); }
div.DivClassName
{
background-color: #BFAEDD;
}
.BgClassName
{
background-color: #BFAEDD;
}
</style>
border-color css
<style>
span { border-color: #BFAEDD; }
span { border-color: rgb(191,174,221); }
td.TdClassName
{
border-color: #BFAEDD;
}
.TagClassName
{
border-color: #BFAEDD;
}
</style>