Shades of Moon Raker #BFACE5
Tints of Moon Raker #BFACE5
RGB
CMYK
RGB Variations
Color information
#BFACE5 (or 0xBFACE5) is known color: Moon Raker. HEX triplet: BF, AC and E5. RGB value is (191,172,229). Sum of RGB (Red+Green+Blue) = 191+172+229=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 229 (89.84% from 255 or 38.68% from 592); Max value from RGB is 229 - color contains mainly: blue. Hex color #BFACE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFACE5 is #40531A. Grayscale: #B7B7B7. Windows color (decimal): -4215579 or 15051967. OLE color: 15051967.
HSL color Cylindrical-coordinate representation of color #BFACE5: hue angle of 260º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFACE5 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 172 | 229 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.10 |
| HSL | 260º | 0.52% | 0.79% | - |
| HSV(B) | 260º | 0.25% | 0.9% | - |
| XYZ | 50.38 | 46.24 | 80.4 | - |
| YUV | 184.18 | 153.29 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 229 | 0.17 | 0.25 | 0 | 0.10 | 260 | 0.52 | 0.79 |
| Hex | BF | AC | E5 | 11 | 19 | 0 | A | 104 | 34 | 4F |
| Octal | 277 | 254 | 345 | 21 | 31 | 0 | 12 | 404 | 64 | 117 |
| Binary | 10111111 | 10101100 | 11100101 | 10001 | 11001 | 0 | 1010 | 100000100 | 110100 | 1001111 |
Color Harmonies of #BFACE5
Complementary color
Monochromatic Colors of #BFACE5
Black with #BFACE5
Text Example
Text Example
White with #BFACE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFACE5; }
p { color: rgb(191,172,229); }
H1.HeaderClassName
{
color: #BFACE5;
}
.AnyTagClassName
{
color: #BFACE5;
}
</style>
background-color css
<style>
a { background-color: #BFACE5; }
a { background-color: rgb(191,172,229); }
div.DivClassName
{
background-color: #BFACE5;
}
.BgClassName
{
background-color: #BFACE5;
}
</style>
border-color css
<style>
span { border-color: #BFACE5; }
span { border-color: rgb(191,172,229); }
td.TdClassName
{
border-color: #BFACE5;
}
.TagClassName
{
border-color: #BFACE5;
}
</style>