Shades of Moon Raker #BFABDF
Tints of Moon Raker #BFABDF
RGB
CMYK
RGB Variations
Color information
#BFABDF (or 0xBFABDF) is known color: Moon Raker. HEX triplet: BF, AB and DF. RGB value is (191,171,223). Sum of RGB (Red+Green+Blue) = 191+171+223=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 171 (67.19% from 255 or 29.23% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFABDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFABDF is #405420. Grayscale: #B6B6B6. Windows color (decimal): -4215841 or 14658495. OLE color: 14658495.
HSL color Cylindrical-coordinate representation of color #BFABDF: hue angle of 263.08º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFABDF is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 171 | 223 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.13 |
| HSL | 263.08º | 0.45% | 0.77% | - |
| HSV(B) | 263.08º | 0.23% | 0.87% | - |
| XYZ | 49.37 | 45.53 | 76 | - |
| YUV | 182.91 | 150.63 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 223 | 0.14 | 0.23 | 0 | 0.13 | 263.08 | 0.45 | 0.77 |
| Hex | BF | AB | DF | E | 17 | 0 | D | 107 | 2D | 4D |
| Octal | 277 | 253 | 337 | 16 | 27 | 0 | 15 | 407 | 55 | 115 |
| Binary | 10111111 | 10101011 | 11011111 | 1110 | 10111 | 0 | 1101 | 100000111 | 101101 | 1001101 |
Color Harmonies of #BFABDF
Complementary color
Monochromatic Colors of #BFABDF
Black with #BFABDF
Text Example
Text Example
White with #BFABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFABDF; }
p { color: rgb(191,171,223); }
H1.HeaderClassName
{
color: #BFABDF;
}
.AnyTagClassName
{
color: #BFABDF;
}
</style>
background-color css
<style>
a { background-color: #BFABDF; }
a { background-color: rgb(191,171,223); }
div.DivClassName
{
background-color: #BFABDF;
}
.BgClassName
{
background-color: #BFABDF;
}
</style>
border-color css
<style>
span { border-color: #BFABDF; }
span { border-color: rgb(191,171,223); }
td.TdClassName
{
border-color: #BFABDF;
}
.TagClassName
{
border-color: #BFABDF;
}
</style>