Shades of Moon Raker #BFADDA
Tints of Moon Raker #BFADDA
RGB
CMYK
RGB Variations
Color information
#BFADDA (or 0xBFADDA) is known color: Moon Raker. HEX triplet: BF, AD and DA. RGB value is (191,173,218). Sum of RGB (Red+Green+Blue) = 191+173+218=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 173 (67.97% from 255 or 29.73% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 218 - color contains mainly: blue. Hex color #BFADDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFADDA is #405225. Grayscale: #B7B7B7. Windows color (decimal): -4215334 or 14331327. OLE color: 14331327.
HSL color Cylindrical-coordinate representation of color #BFADDA: hue angle of 264º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFADDA is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 173 | 218 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.15 |
| HSL | 264º | 0.38% | 0.77% | - |
| HSV(B) | 264º | 0.21% | 0.85% | - |
| XYZ | 49.08 | 46.03 | 72.63 | - |
| YUV | 183.51 | 147.46 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 218 | 0.12 | 0.21 | 0 | 0.15 | 264 | 0.38 | 0.77 |
| Hex | BF | AD | DA | C | 15 | 0 | F | 108 | 26 | 4D |
| Octal | 277 | 255 | 332 | 14 | 25 | 0 | 17 | 410 | 46 | 115 |
| Binary | 10111111 | 10101101 | 11011010 | 1100 | 10101 | 0 | 1111 | 100001000 | 100110 | 1001101 |
Color Harmonies of #BFADDA
Complementary color
Monochromatic Colors of #BFADDA
Black with #BFADDA
Text Example
Text Example
White with #BFADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFADDA; }
p { color: rgb(191,173,218); }
H1.HeaderClassName
{
color: #BFADDA;
}
.AnyTagClassName
{
color: #BFADDA;
}
</style>
background-color css
<style>
a { background-color: #BFADDA; }
a { background-color: rgb(191,173,218); }
div.DivClassName
{
background-color: #BFADDA;
}
.BgClassName
{
background-color: #BFADDA;
}
</style>
border-color css
<style>
span { border-color: #BFADDA; }
span { border-color: rgb(191,173,218); }
td.TdClassName
{
border-color: #BFADDA;
}
.TagClassName
{
border-color: #BFADDA;
}
</style>