Shades of Moon Raker #BFADDF
Tints of Moon Raker #BFADDF
RGB
CMYK
RGB Variations
Color information
#BFADDF (or 0xBFADDF) is known color: Moon Raker. HEX triplet: BF, AD and DF. RGB value is (191,173,223). Sum of RGB (Red+Green+Blue) = 191+173+223=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFADDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFADDF is #405220. Grayscale: #B7B7B7. Windows color (decimal): -4215329 or 14659007. OLE color: 14659007.
HSL color Cylindrical-coordinate representation of color #BFADDF: hue angle of 261.6º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFADDF is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 173 | 223 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.13 |
| HSL | 261.6º | 0.44% | 0.78% | - |
| HSV(B) | 261.6º | 0.22% | 0.87% | - |
| XYZ | 49.75 | 46.29 | 76.13 | - |
| YUV | 184.08 | 149.96 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 223 | 0.14 | 0.22 | 0 | 0.13 | 261.6 | 0.44 | 0.78 |
| Hex | BF | AD | DF | E | 16 | 0 | D | 106 | 2C | 4E |
| Octal | 277 | 255 | 337 | 16 | 26 | 0 | 15 | 406 | 54 | 116 |
| Binary | 10111111 | 10101101 | 11011111 | 1110 | 10110 | 0 | 1101 | 100000110 | 101100 | 1001110 |
Color Harmonies of #BFADDF
Complementary color
Monochromatic Colors of #BFADDF
Black with #BFADDF
Text Example
Text Example
White with #BFADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFADDF; }
p { color: rgb(191,173,223); }
H1.HeaderClassName
{
color: #BFADDF;
}
.AnyTagClassName
{
color: #BFADDF;
}
</style>
background-color css
<style>
a { background-color: #BFADDF; }
a { background-color: rgb(191,173,223); }
div.DivClassName
{
background-color: #BFADDF;
}
.BgClassName
{
background-color: #BFADDF;
}
</style>
border-color css
<style>
span { border-color: #BFADDF; }
span { border-color: rgb(191,173,223); }
td.TdClassName
{
border-color: #BFADDF;
}
.TagClassName
{
border-color: #BFADDF;
}
</style>