Shades of Moon Raker #BFABE0
Tints of Moon Raker #BFABE0
RGB
CMYK
RGB Variations
Color information
#BFABE0 (or 0xBFABE0) is known color: Moon Raker. HEX triplet: BF, AB and E0. RGB value is (191,171,224). Sum of RGB (Red+Green+Blue) = 191+171+224=586 (77% of max value = 765). Red value is 191 (75% from 255 or 32.59% from 586); Green value is 171 (67.19% from 255 or 29.18% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 224 - color contains mainly: blue. Hex color #BFABE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFABE0 is #40541F. Grayscale: #B6B6B6. Windows color (decimal): -4215840 or 14724031. OLE color: 14724031.
HSL color Cylindrical-coordinate representation of color #BFABE0: hue angle of 262.64º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFABE0 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 171 | 224 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.12 |
| HSL | 262.64º | 0.46% | 0.77% | - |
| HSV(B) | 262.64º | 0.24% | 0.88% | - |
| XYZ | 49.5 | 45.58 | 76.71 | - |
| YUV | 183.02 | 151.13 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 224 | 0.15 | 0.24 | 0 | 0.12 | 262.64 | 0.46 | 0.77 |
| Hex | BF | AB | E0 | F | 18 | 0 | C | 107 | 2E | 4D |
| Octal | 277 | 253 | 340 | 17 | 30 | 0 | 14 | 407 | 56 | 115 |
| Binary | 10111111 | 10101011 | 11100000 | 1111 | 11000 | 0 | 1100 | 100000111 | 101110 | 1001101 |
Color Harmonies of #BFABE0
Complementary color
Monochromatic Colors of #BFABE0
Black with #BFABE0
Text Example
Text Example
White with #BFABE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFABE0; }
p { color: rgb(191,171,224); }
H1.HeaderClassName
{
color: #BFABE0;
}
.AnyTagClassName
{
color: #BFABE0;
}
</style>
background-color css
<style>
a { background-color: #BFABE0; }
a { background-color: rgb(191,171,224); }
div.DivClassName
{
background-color: #BFABE0;
}
.BgClassName
{
background-color: #BFABE0;
}
</style>
border-color css
<style>
span { border-color: #BFABE0; }
span { border-color: rgb(191,171,224); }
td.TdClassName
{
border-color: #BFABE0;
}
.TagClassName
{
border-color: #BFABE0;
}
</style>