Shades of Moon Raker #BFADE4
Tints of Moon Raker #BFADE4
RGB
CMYK
RGB Variations
Color information
#BFADE4 (or 0xBFADE4) is known color: Moon Raker. HEX triplet: BF, AD and E4. RGB value is (191,173,228). Sum of RGB (Red+Green+Blue) = 191+173+228=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 173 (67.97% from 255 or 29.22% from 592); Blue value is 228 (89.45% from 255 or 38.51% from 592); Max value from RGB is 228 - color contains mainly: blue. Hex color #BFADE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFADE4 is #40521B. Grayscale: #B8B8B8. Windows color (decimal): -4215324 or 14986687. OLE color: 14986687.
HSL color Cylindrical-coordinate representation of color #BFADE4: hue angle of 259.64º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFADE4 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 173 | 228 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.11 |
| HSL | 259.64º | 0.5% | 0.79% | - |
| HSV(B) | 259.64º | 0.24% | 0.89% | - |
| XYZ | 50.43 | 46.56 | 79.73 | - |
| YUV | 184.65 | 152.46 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 228 | 0.16 | 0.24 | 0 | 0.11 | 259.64 | 0.5 | 0.79 |
| Hex | BF | AD | E4 | 10 | 18 | 0 | B | 104 | 32 | 4F |
| Octal | 277 | 255 | 344 | 20 | 30 | 0 | 13 | 404 | 62 | 117 |
| Binary | 10111111 | 10101101 | 11100100 | 10000 | 11000 | 0 | 1011 | 100000100 | 110010 | 1001111 |
Color Harmonies of #BFADE4
Complementary color
Monochromatic Colors of #BFADE4
Black with #BFADE4
Text Example
Text Example
White with #BFADE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFADE4; }
p { color: rgb(191,173,228); }
H1.HeaderClassName
{
color: #BFADE4;
}
.AnyTagClassName
{
color: #BFADE4;
}
</style>
background-color css
<style>
a { background-color: #BFADE4; }
a { background-color: rgb(191,173,228); }
div.DivClassName
{
background-color: #BFADE4;
}
.BgClassName
{
background-color: #BFADE4;
}
</style>
border-color css
<style>
span { border-color: #BFADE4; }
span { border-color: rgb(191,173,228); }
td.TdClassName
{
border-color: #BFADE4;
}
.TagClassName
{
border-color: #BFADE4;
}
</style>