Shades of Moon Raker #BFADE1
Tints of Moon Raker #BFADE1
RGB
CMYK
RGB Variations
Color information
#BFADE1 (or 0xBFADE1) is known color: Moon Raker. HEX triplet: BF, AD and E1. RGB value is (191,173,225). Sum of RGB (Red+Green+Blue) = 191+173+225=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 225 (88.28% from 255 or 38.20% from 589); Max value from RGB is 225 - color contains mainly: blue. Hex color #BFADE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFADE1 is #40521E. Grayscale: #B8B8B8. Windows color (decimal): -4215327 or 14790079. OLE color: 14790079.
HSL color Cylindrical-coordinate representation of color #BFADE1: hue angle of 260.77º 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 #BFADE1 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 173 | 225 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.12 |
| HSL | 260.77º | 0.46% | 0.78% | - |
| HSV(B) | 260.77º | 0.23% | 0.88% | - |
| XYZ | 50.02 | 46.4 | 77.55 | - |
| YUV | 184.31 | 150.96 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 225 | 0.15 | 0.23 | 0 | 0.12 | 260.77 | 0.46 | 0.78 |
| Hex | BF | AD | E1 | F | 17 | 0 | C | 105 | 2E | 4E |
| Octal | 277 | 255 | 341 | 17 | 27 | 0 | 14 | 405 | 56 | 116 |
| Binary | 10111111 | 10101101 | 11100001 | 1111 | 10111 | 0 | 1100 | 100000101 | 101110 | 1001110 |
Color Harmonies of #BFADE1
Complementary color
Monochromatic Colors of #BFADE1
Black with #BFADE1
Text Example
Text Example
White with #BFADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFADE1; }
p { color: rgb(191,173,225); }
H1.HeaderClassName
{
color: #BFADE1;
}
.AnyTagClassName
{
color: #BFADE1;
}
</style>
background-color css
<style>
a { background-color: #BFADE1; }
a { background-color: rgb(191,173,225); }
div.DivClassName
{
background-color: #BFADE1;
}
.BgClassName
{
background-color: #BFADE1;
}
</style>
border-color css
<style>
span { border-color: #BFADE1; }
span { border-color: rgb(191,173,225); }
td.TdClassName
{
border-color: #BFADE1;
}
.TagClassName
{
border-color: #BFADE1;
}
</style>