Shades of Moon Raker #BFAEE1
Tints of Moon Raker #BFAEE1
RGB
CMYK
RGB Variations
Color information
#BFAEE1 (or 0xBFAEE1) is known color: Moon Raker. HEX triplet: BF, AE and E1. RGB value is (191,174,225). Sum of RGB (Red+Green+Blue) = 191+174+225=590 (78% of max value = 765). Red value is 191 (75% from 255 or 32.37% from 590); Green value is 174 (68.36% from 255 or 29.49% from 590); Blue value is 225 (88.28% from 255 or 38.14% from 590); Max value from RGB is 225 - color contains mainly: blue. Hex color #BFAEE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAEE1 is #40511E. Grayscale: #B8B8B8. Windows color (decimal): -4215071 or 14790335. OLE color: 14790335.
HSL color Cylindrical-coordinate representation of color #BFAEE1: hue angle of 260º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFAEE1 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 174 | 225 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.12 |
| HSL | 260º | 0.46% | 0.78% | - |
| HSV(B) | 260º | 0.23% | 0.88% | - |
| XYZ | 50.21 | 46.78 | 77.62 | - |
| YUV | 184.9 | 150.63 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 174 | 225 | 0.15 | 0.23 | 0 | 0.12 | 260 | 0.46 | 0.78 |
| Hex | BF | AE | E1 | F | 17 | 0 | C | 104 | 2E | 4E |
| Octal | 277 | 256 | 341 | 17 | 27 | 0 | 14 | 404 | 56 | 116 |
| Binary | 10111111 | 10101110 | 11100001 | 1111 | 10111 | 0 | 1100 | 100000100 | 101110 | 1001110 |
Color Harmonies of #BFAEE1
Complementary color
Monochromatic Colors of #BFAEE1
Black with #BFAEE1
Text Example
Text Example
White with #BFAEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAEE1; }
p { color: rgb(191,174,225); }
H1.HeaderClassName
{
color: #BFAEE1;
}
.AnyTagClassName
{
color: #BFAEE1;
}
</style>
background-color css
<style>
a { background-color: #BFAEE1; }
a { background-color: rgb(191,174,225); }
div.DivClassName
{
background-color: #BFAEE1;
}
.BgClassName
{
background-color: #BFAEE1;
}
</style>
border-color css
<style>
span { border-color: #BFAEE1; }
span { border-color: rgb(191,174,225); }
td.TdClassName
{
border-color: #BFAEE1;
}
.TagClassName
{
border-color: #BFAEE1;
}
</style>