Shades of Moon Raker #BFABE5
Tints of Moon Raker #BFABE5
RGB
CMYK
RGB Variations
Color information
#BFABE5 (or 0xBFABE5) is known color: Moon Raker. HEX triplet: BF, AB and E5. RGB value is (191,171,229). Sum of RGB (Red+Green+Blue) = 191+171+229=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 171 (67.19% from 255 or 28.93% from 591); Blue value is 229 (89.84% from 255 or 38.75% from 591); Max value from RGB is 229 - color contains mainly: blue. Hex color #BFABE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFABE5 is #40541A. Grayscale: #B7B7B7. Windows color (decimal): -4215835 or 15051711. OLE color: 15051711.
HSL color Cylindrical-coordinate representation of color #BFABE5: hue angle of 260.69º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFABE5 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 171 | 229 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.10 |
| HSL | 260.69º | 0.53% | 0.78% | - |
| HSV(B) | 260.69º | 0.25% | 0.9% | - |
| XYZ | 50.19 | 45.86 | 80.34 | - |
| YUV | 183.59 | 153.63 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 229 | 0.17 | 0.25 | 0 | 0.10 | 260.69 | 0.53 | 0.78 |
| Hex | BF | AB | E5 | 11 | 19 | 0 | A | 105 | 35 | 4E |
| Octal | 277 | 253 | 345 | 21 | 31 | 0 | 12 | 405 | 65 | 116 |
| Binary | 10111111 | 10101011 | 11100101 | 10001 | 11001 | 0 | 1010 | 100000101 | 110101 | 1001110 |
Color Harmonies of #BFABE5
Complementary color
Monochromatic Colors of #BFABE5
Black with #BFABE5
Text Example
Text Example
White with #BFABE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFABE5; }
p { color: rgb(191,171,229); }
H1.HeaderClassName
{
color: #BFABE5;
}
.AnyTagClassName
{
color: #BFABE5;
}
</style>
background-color css
<style>
a { background-color: #BFABE5; }
a { background-color: rgb(191,171,229); }
div.DivClassName
{
background-color: #BFABE5;
}
.BgClassName
{
background-color: #BFABE5;
}
</style>
border-color css
<style>
span { border-color: #BFABE5; }
span { border-color: rgb(191,171,229); }
td.TdClassName
{
border-color: #BFABE5;
}
.TagClassName
{
border-color: #BFABE5;
}
</style>