Shades of Moon Raker #BFAEDA
Tints of Moon Raker #BFAEDA
RGB
CMYK
RGB Variations
Color information
#BFAEDA (or 0xBFAEDA) is known color: Moon Raker. HEX triplet: BF, AE and DA. RGB value is (191,174,218). Sum of RGB (Red+Green+Blue) = 191+174+218=583 (77% of max value = 765). Red value is 191 (75% from 255 or 32.76% from 583); Green value is 174 (68.36% from 255 or 29.85% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #BFAEDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAEDA is #405125. Grayscale: #B7B7B7. Windows color (decimal): -4215078 or 14331583. OLE color: 14331583.
HSL color Cylindrical-coordinate representation of color #BFAEDA: hue angle of 263.18º 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 #BFAEDA is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 174 | 218 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.15 |
| HSL | 263.18º | 0.37% | 0.77% | - |
| HSV(B) | 263.18º | 0.2% | 0.85% | - |
| XYZ | 49.28 | 46.41 | 72.69 | - |
| YUV | 184.1 | 147.13 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 174 | 218 | 0.12 | 0.20 | 0 | 0.15 | 263.18 | 0.37 | 0.77 |
| Hex | BF | AE | DA | C | 14 | 0 | F | 107 | 25 | 4D |
| Octal | 277 | 256 | 332 | 14 | 24 | 0 | 17 | 407 | 45 | 115 |
| Binary | 10111111 | 10101110 | 11011010 | 1100 | 10100 | 0 | 1111 | 100000111 | 100101 | 1001101 |
Color Harmonies of #BFAEDA
Complementary color
Monochromatic Colors of #BFAEDA
Black with #BFAEDA
Text Example
Text Example
White with #BFAEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAEDA; }
p { color: rgb(191,174,218); }
H1.HeaderClassName
{
color: #BFAEDA;
}
.AnyTagClassName
{
color: #BFAEDA;
}
</style>
background-color css
<style>
a { background-color: #BFAEDA; }
a { background-color: rgb(191,174,218); }
div.DivClassName
{
background-color: #BFAEDA;
}
.BgClassName
{
background-color: #BFAEDA;
}
</style>
border-color css
<style>
span { border-color: #BFAEDA; }
span { border-color: rgb(191,174,218); }
td.TdClassName
{
border-color: #BFAEDA;
}
.TagClassName
{
border-color: #BFAEDA;
}
</style>