Shades of Moon Raker #BFAEDC
Tints of Moon Raker #BFAEDC
RGB
CMYK
RGB Variations
Color information
#BFAEDC (or 0xBFAEDC) is known color: Moon Raker. HEX triplet: BF, AE and DC. RGB value is (191,174,220). Sum of RGB (Red+Green+Blue) = 191+174+220=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFAEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAEDC is #405123. Grayscale: #B8B8B8. Windows color (decimal): -4215076 or 14462655. OLE color: 14462655.
HSL color Cylindrical-coordinate representation of color #BFAEDC: hue angle of 262.17º 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 #BFAEDC is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 174 | 220 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.14 |
| HSL | 262.17º | 0.4% | 0.77% | - |
| HSV(B) | 262.17º | 0.21% | 0.86% | - |
| XYZ | 49.54 | 46.52 | 74.08 | - |
| YUV | 184.33 | 148.13 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 174 | 220 | 0.13 | 0.21 | 0 | 0.14 | 262.17 | 0.4 | 0.77 |
| Hex | BF | AE | DC | D | 15 | 0 | E | 106 | 28 | 4D |
| Octal | 277 | 256 | 334 | 15 | 25 | 0 | 16 | 406 | 50 | 115 |
| Binary | 10111111 | 10101110 | 11011100 | 1101 | 10101 | 0 | 1110 | 100000110 | 101000 | 1001101 |
Color Harmonies of #BFAEDC
Complementary color
Monochromatic Colors of #BFAEDC
Black with #BFAEDC
Text Example
Text Example
White with #BFAEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAEDC; }
p { color: rgb(191,174,220); }
H1.HeaderClassName
{
color: #BFAEDC;
}
.AnyTagClassName
{
color: #BFAEDC;
}
</style>
background-color css
<style>
a { background-color: #BFAEDC; }
a { background-color: rgb(191,174,220); }
div.DivClassName
{
background-color: #BFAEDC;
}
.BgClassName
{
background-color: #BFAEDC;
}
</style>
border-color css
<style>
span { border-color: #BFAEDC; }
span { border-color: rgb(191,174,220); }
td.TdClassName
{
border-color: #BFAEDC;
}
.TagClassName
{
border-color: #BFAEDC;
}
</style>