Shades of Moon Raker #BFADDC
Tints of Moon Raker #BFADDC
RGB
CMYK
RGB Variations
Color information
#BFADDC (or 0xBFADDC) is known color: Moon Raker. HEX triplet: BF, AD and DC. RGB value is (191,173,220). Sum of RGB (Red+Green+Blue) = 191+173+220=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 173 (67.97% from 255 or 29.62% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFADDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFADDC is #405223. Grayscale: #B7B7B7. Windows color (decimal): -4215332 or 14462399. OLE color: 14462399.
HSL color Cylindrical-coordinate representation of color #BFADDC: hue angle of 262.98º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFADDC is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 173 | 220 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.14 |
| HSL | 262.98º | 0.4% | 0.77% | - |
| HSV(B) | 262.98º | 0.21% | 0.86% | - |
| XYZ | 49.35 | 46.13 | 74.01 | - |
| YUV | 183.74 | 148.46 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 220 | 0.13 | 0.21 | 0 | 0.14 | 262.98 | 0.4 | 0.77 |
| Hex | BF | AD | DC | D | 15 | 0 | E | 107 | 28 | 4D |
| Octal | 277 | 255 | 334 | 15 | 25 | 0 | 16 | 407 | 50 | 115 |
| Binary | 10111111 | 10101101 | 11011100 | 1101 | 10101 | 0 | 1110 | 100000111 | 101000 | 1001101 |
Color Harmonies of #BFADDC
Complementary color
Monochromatic Colors of #BFADDC
Black with #BFADDC
Text Example
Text Example
White with #BFADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFADDC; }
p { color: rgb(191,173,220); }
H1.HeaderClassName
{
color: #BFADDC;
}
.AnyTagClassName
{
color: #BFADDC;
}
</style>
background-color css
<style>
a { background-color: #BFADDC; }
a { background-color: rgb(191,173,220); }
div.DivClassName
{
background-color: #BFADDC;
}
.BgClassName
{
background-color: #BFADDC;
}
</style>
border-color css
<style>
span { border-color: #BFADDC; }
span { border-color: rgb(191,173,220); }
td.TdClassName
{
border-color: #BFADDC;
}
.TagClassName
{
border-color: #BFADDC;
}
</style>