Shades of Moon Raker #BFAEE0
Tints of Moon Raker #BFAEE0
RGB
CMYK
RGB Variations
Color information
#BFAEE0 (or 0xBFAEE0) is known color: Moon Raker. HEX triplet: BF, AE and E0. RGB value is (191,174,224). Sum of RGB (Red+Green+Blue) = 191+174+224=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 224 (87.89% from 255 or 38.03% from 589); Max value from RGB is 224 - color contains mainly: blue. Hex color #BFAEE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAEE0 is #40511F. Grayscale: #B8B8B8. Windows color (decimal): -4215072 or 14724799. OLE color: 14724799.
HSL color Cylindrical-coordinate representation of color #BFAEE0: hue angle of 260.4º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFAEE0 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 174 | 224 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.12 |
| HSL | 260.4º | 0.45% | 0.78% | - |
| HSV(B) | 260.4º | 0.22% | 0.88% | - |
| XYZ | 50.08 | 46.73 | 76.9 | - |
| YUV | 184.78 | 150.13 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 174 | 224 | 0.15 | 0.22 | 0 | 0.12 | 260.4 | 0.45 | 0.78 |
| Hex | BF | AE | E0 | F | 16 | 0 | C | 104 | 2D | 4E |
| Octal | 277 | 256 | 340 | 17 | 26 | 0 | 14 | 404 | 55 | 116 |
| Binary | 10111111 | 10101110 | 11100000 | 1111 | 10110 | 0 | 1100 | 100000100 | 101101 | 1001110 |
Color Harmonies of #BFAEE0
Complementary color
Monochromatic Colors of #BFAEE0
Black with #BFAEE0
Text Example
Text Example
White with #BFAEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAEE0; }
p { color: rgb(191,174,224); }
H1.HeaderClassName
{
color: #BFAEE0;
}
.AnyTagClassName
{
color: #BFAEE0;
}
</style>
background-color css
<style>
a { background-color: #BFAEE0; }
a { background-color: rgb(191,174,224); }
div.DivClassName
{
background-color: #BFAEE0;
}
.BgClassName
{
background-color: #BFAEE0;
}
</style>
border-color css
<style>
span { border-color: #BFAEE0; }
span { border-color: rgb(191,174,224); }
td.TdClassName
{
border-color: #BFAEE0;
}
.TagClassName
{
border-color: #BFAEE0;
}
</style>