Shades of Moon Raker #BFACE4
Tints of Moon Raker #BFACE4
RGB
CMYK
RGB Variations
Color information
#BFACE4 (or 0xBFACE4) is known color: Moon Raker. HEX triplet: BF, AC and E4. RGB value is (191,172,228). Sum of RGB (Red+Green+Blue) = 191+172+228=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 228 (89.45% from 255 or 38.58% from 591); Max value from RGB is 228 - color contains mainly: blue. Hex color #BFACE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFACE4 is #40531B. Grayscale: #B7B7B7. Windows color (decimal): -4215580 or 14986431. OLE color: 14986431.
HSL color Cylindrical-coordinate representation of color #BFACE4: hue angle of 260.36º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFACE4 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 172 | 228 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.11 |
| HSL | 260.36º | 0.51% | 0.78% | - |
| HSV(B) | 260.36º | 0.25% | 0.89% | - |
| XYZ | 50.24 | 46.18 | 79.66 | - |
| YUV | 184.07 | 152.79 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 228 | 0.16 | 0.25 | 0 | 0.11 | 260.36 | 0.51 | 0.78 |
| Hex | BF | AC | E4 | 10 | 19 | 0 | B | 104 | 33 | 4E |
| Octal | 277 | 254 | 344 | 20 | 31 | 0 | 13 | 404 | 63 | 116 |
| Binary | 10111111 | 10101100 | 11100100 | 10000 | 11001 | 0 | 1011 | 100000100 | 110011 | 1001110 |
Color Harmonies of #BFACE4
Complementary color
Monochromatic Colors of #BFACE4
Black with #BFACE4
Text Example
Text Example
White with #BFACE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFACE4; }
p { color: rgb(191,172,228); }
H1.HeaderClassName
{
color: #BFACE4;
}
.AnyTagClassName
{
color: #BFACE4;
}
</style>
background-color css
<style>
a { background-color: #BFACE4; }
a { background-color: rgb(191,172,228); }
div.DivClassName
{
background-color: #BFACE4;
}
.BgClassName
{
background-color: #BFACE4;
}
</style>
border-color css
<style>
span { border-color: #BFACE4; }
span { border-color: rgb(191,172,228); }
td.TdClassName
{
border-color: #BFACE4;
}
.TagClassName
{
border-color: #BFACE4;
}
</style>