Shades of Moon Raker #BFABE1
Tints of Moon Raker #BFABE1
RGB
CMYK
RGB Variations
Color information
#BFABE1 (or 0xBFABE1) is known color: Moon Raker. HEX triplet: BF, AB and E1. RGB value is (191,171,225). Sum of RGB (Red+Green+Blue) = 191+171+225=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 171 (67.19% from 255 or 29.13% from 587); Blue value is 225 (88.28% from 255 or 38.33% from 587); Max value from RGB is 225 - color contains mainly: blue. Hex color #BFABE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFABE1 is #40541E. Grayscale: #B6B6B6. Windows color (decimal): -4215839 or 14789567. OLE color: 14789567.
HSL color Cylindrical-coordinate representation of color #BFABE1: hue angle of 262.22º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFABE1 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 171 | 225 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.12 |
| HSL | 262.22º | 0.47% | 0.78% | - |
| HSV(B) | 262.22º | 0.24% | 0.88% | - |
| XYZ | 49.64 | 45.64 | 77.43 | - |
| YUV | 183.14 | 151.63 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 225 | 0.15 | 0.24 | 0 | 0.12 | 262.22 | 0.47 | 0.78 |
| Hex | BF | AB | E1 | F | 18 | 0 | C | 106 | 2F | 4E |
| Octal | 277 | 253 | 341 | 17 | 30 | 0 | 14 | 406 | 57 | 116 |
| Binary | 10111111 | 10101011 | 11100001 | 1111 | 11000 | 0 | 1100 | 100000110 | 101111 | 1001110 |
Color Harmonies of #BFABE1
Complementary color
Monochromatic Colors of #BFABE1
Black with #BFABE1
Text Example
Text Example
White with #BFABE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFABE1; }
p { color: rgb(191,171,225); }
H1.HeaderClassName
{
color: #BFABE1;
}
.AnyTagClassName
{
color: #BFABE1;
}
</style>
background-color css
<style>
a { background-color: #BFABE1; }
a { background-color: rgb(191,171,225); }
div.DivClassName
{
background-color: #BFABE1;
}
.BgClassName
{
background-color: #BFABE1;
}
</style>
border-color css
<style>
span { border-color: #BFABE1; }
span { border-color: rgb(191,171,225); }
td.TdClassName
{
border-color: #BFABE1;
}
.TagClassName
{
border-color: #BFABE1;
}
</style>