Shades of Moon Raker #BFADE2
Tints of Moon Raker #BFADE2
RGB
CMYK
RGB Variations
Color information
#BFADE2 (or 0xBFADE2) is known color: Moon Raker. HEX triplet: BF, AD and E2. RGB value is (191,173,226). Sum of RGB (Red+Green+Blue) = 191+173+226=590 (78% of max value = 765). Red value is 191 (75% from 255 or 32.37% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 226 (88.67% from 255 or 38.31% from 590); Max value from RGB is 226 - color contains mainly: blue. Hex color #BFADE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFADE2 is #40521D. Grayscale: #B8B8B8. Windows color (decimal): -4215326 or 14855615. OLE color: 14855615.
HSL color Cylindrical-coordinate representation of color #BFADE2: hue angle of 260.38º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFADE2 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 173 | 226 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.11 |
| HSL | 260.38º | 0.48% | 0.78% | - |
| HSV(B) | 260.38º | 0.23% | 0.89% | - |
| XYZ | 50.16 | 46.45 | 78.27 | - |
| YUV | 184.42 | 151.46 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 226 | 0.15 | 0.23 | 0 | 0.11 | 260.38 | 0.48 | 0.78 |
| Hex | BF | AD | E2 | F | 17 | 0 | B | 104 | 30 | 4E |
| Octal | 277 | 255 | 342 | 17 | 27 | 0 | 13 | 404 | 60 | 116 |
| Binary | 10111111 | 10101101 | 11100010 | 1111 | 10111 | 0 | 1011 | 100000100 | 110000 | 1001110 |
Color Harmonies of #BFADE2
Complementary color
Monochromatic Colors of #BFADE2
Black with #BFADE2
Text Example
Text Example
White with #BFADE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFADE2; }
p { color: rgb(191,173,226); }
H1.HeaderClassName
{
color: #BFADE2;
}
.AnyTagClassName
{
color: #BFADE2;
}
</style>
background-color css
<style>
a { background-color: #BFADE2; }
a { background-color: rgb(191,173,226); }
div.DivClassName
{
background-color: #BFADE2;
}
.BgClassName
{
background-color: #BFADE2;
}
</style>
border-color css
<style>
span { border-color: #BFADE2; }
span { border-color: rgb(191,173,226); }
td.TdClassName
{
border-color: #BFADE2;
}
.TagClassName
{
border-color: #BFADE2;
}
</style>