Shades of Moon Raker #BFADDD
Tints of Moon Raker #BFADDD
RGB
CMYK
RGB Variations
Color information
#BFADDD (or 0xBFADDD) is known color: Moon Raker. HEX triplet: BF, AD and DD. RGB value is (191,173,221). Sum of RGB (Red+Green+Blue) = 191+173+221=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #BFADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFADDD is #405222. Grayscale: #B7B7B7. Windows color (decimal): -4215331 or 14527935. OLE color: 14527935.
HSL color Cylindrical-coordinate representation of color #BFADDD: hue angle of 262.5º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFADDD is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 173 | 221 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.13 |
| HSL | 262.5º | 0.41% | 0.77% | - |
| HSV(B) | 262.5º | 0.22% | 0.87% | - |
| XYZ | 49.48 | 46.18 | 74.71 | - |
| YUV | 183.85 | 148.96 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 221 | 0.14 | 0.22 | 0 | 0.13 | 262.5 | 0.41 | 0.77 |
| Hex | BF | AD | DD | E | 16 | 0 | D | 106 | 29 | 4D |
| Octal | 277 | 255 | 335 | 16 | 26 | 0 | 15 | 406 | 51 | 115 |
| Binary | 10111111 | 10101101 | 11011101 | 1110 | 10110 | 0 | 1101 | 100000110 | 101001 | 1001101 |
Color Harmonies of #BFADDD
Complementary color
Monochromatic Colors of #BFADDD
Black with #BFADDD
Text Example
Text Example
White with #BFADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFADDD; }
p { color: rgb(191,173,221); }
H1.HeaderClassName
{
color: #BFADDD;
}
.AnyTagClassName
{
color: #BFADDD;
}
</style>
background-color css
<style>
a { background-color: #BFADDD; }
a { background-color: rgb(191,173,221); }
div.DivClassName
{
background-color: #BFADDD;
}
.BgClassName
{
background-color: #BFADDD;
}
</style>
border-color css
<style>
span { border-color: #BFADDD; }
span { border-color: rgb(191,173,221); }
td.TdClassName
{
border-color: #BFADDD;
}
.TagClassName
{
border-color: #BFADDD;
}
</style>