Shades of Moon Raker #BFACE0
Tints of Moon Raker #BFACE0
RGB
CMYK
RGB Variations
Color information
#BFACE0 (or 0xBFACE0) is known color: Moon Raker. HEX triplet: BF, AC and E0. RGB value is (191,172,224). Sum of RGB (Red+Green+Blue) = 191+172+224=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 224 (87.89% from 255 or 38.16% from 587); Max value from RGB is 224 - color contains mainly: blue. Hex color #BFACE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFACE0 is #40531F. Grayscale: #B7B7B7. Windows color (decimal): -4215584 or 14724287. OLE color: 14724287.
HSL color Cylindrical-coordinate representation of color #BFACE0: hue angle of 261.92º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFACE0 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 172 | 224 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.12 |
| HSL | 261.92º | 0.46% | 0.78% | - |
| HSV(B) | 261.92º | 0.23% | 0.88% | - |
| XYZ | 49.69 | 45.96 | 76.77 | - |
| YUV | 183.61 | 150.79 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 224 | 0.15 | 0.23 | 0 | 0.12 | 261.92 | 0.46 | 0.78 |
| Hex | BF | AC | E0 | F | 17 | 0 | C | 106 | 2E | 4E |
| Octal | 277 | 254 | 340 | 17 | 27 | 0 | 14 | 406 | 56 | 116 |
| Binary | 10111111 | 10101100 | 11100000 | 1111 | 10111 | 0 | 1100 | 100000110 | 101110 | 1001110 |
Color Harmonies of #BFACE0
Complementary color
Monochromatic Colors of #BFACE0
Black with #BFACE0
Text Example
Text Example
White with #BFACE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFACE0; }
p { color: rgb(191,172,224); }
H1.HeaderClassName
{
color: #BFACE0;
}
.AnyTagClassName
{
color: #BFACE0;
}
</style>
background-color css
<style>
a { background-color: #BFACE0; }
a { background-color: rgb(191,172,224); }
div.DivClassName
{
background-color: #BFACE0;
}
.BgClassName
{
background-color: #BFACE0;
}
</style>
border-color css
<style>
span { border-color: #BFACE0; }
span { border-color: rgb(191,172,224); }
td.TdClassName
{
border-color: #BFACE0;
}
.TagClassName
{
border-color: #BFACE0;
}
</style>