Shades of Moon Raker #BFACD8
Tints of Moon Raker #BFACD8
RGB
CMYK
RGB Variations
Color information
#BFACD8 (or 0xBFACD8) is known color: Moon Raker. HEX triplet: BF, AC and D8. RGB value is (191,172,216). Sum of RGB (Red+Green+Blue) = 191+172+216=579 (76% of max value = 765). Red value is 191 (75% from 255 or 32.99% from 579); Green value is 172 (67.58% from 255 or 29.71% from 579); Blue value is 216 (84.77% from 255 or 37.31% from 579); Max value from RGB is 216 - color contains mainly: blue. Hex color #BFACD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFACD8 is #405327. Grayscale: #B6B6B6. Windows color (decimal): -4215592 or 14199999. OLE color: 14199999.
HSL color Cylindrical-coordinate representation of color #BFACD8: hue angle of 265.91º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFACD8 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 172 | 216 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.15 |
| HSL | 265.91º | 0.36% | 0.76% | - |
| HSV(B) | 265.91º | 0.2% | 0.85% | - |
| XYZ | 48.63 | 45.54 | 71.19 | - |
| YUV | 182.7 | 146.79 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 216 | 0.12 | 0.20 | 0 | 0.15 | 265.91 | 0.36 | 0.76 |
| Hex | BF | AC | D8 | C | 14 | 0 | F | 10A | 24 | 4C |
| Octal | 277 | 254 | 330 | 14 | 24 | 0 | 17 | 412 | 44 | 114 |
| Binary | 10111111 | 10101100 | 11011000 | 1100 | 10100 | 0 | 1111 | 100001010 | 100100 | 1001100 |
Color Harmonies of #BFACD8
Complementary color
Monochromatic Colors of #BFACD8
Black with #BFACD8
Text Example
Text Example
White with #BFACD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFACD8; }
p { color: rgb(191,172,216); }
H1.HeaderClassName
{
color: #BFACD8;
}
.AnyTagClassName
{
color: #BFACD8;
}
</style>
background-color css
<style>
a { background-color: #BFACD8; }
a { background-color: rgb(191,172,216); }
div.DivClassName
{
background-color: #BFACD8;
}
.BgClassName
{
background-color: #BFACD8;
}
</style>
border-color css
<style>
span { border-color: #BFACD8; }
span { border-color: rgb(191,172,216); }
td.TdClassName
{
border-color: #BFACD8;
}
.TagClassName
{
border-color: #BFACD8;
}
</style>