Shades of Moon Raker #BFACE2
Tints of Moon Raker #BFACE2
RGB
CMYK
RGB Variations
Color information
#BFACE2 (or 0xBFACE2) is known color: Moon Raker. HEX triplet: BF, AC and E2. RGB value is (191,172,226). Sum of RGB (Red+Green+Blue) = 191+172+226=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 226 (88.67% from 255 or 38.37% from 589); Max value from RGB is 226 - color contains mainly: blue. Hex color #BFACE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFACE2 is #40531D. Grayscale: #B7B7B7. Windows color (decimal): -4215582 or 14855359. OLE color: 14855359.
HSL color Cylindrical-coordinate representation of color #BFACE2: hue angle of 261.11º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFACE2 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 172 | 226 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.11 |
| HSL | 261.11º | 0.48% | 0.78% | - |
| HSV(B) | 261.11º | 0.24% | 0.89% | - |
| XYZ | 49.97 | 46.07 | 78.21 | - |
| YUV | 183.84 | 151.79 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 226 | 0.15 | 0.24 | 0 | 0.11 | 261.11 | 0.48 | 0.78 |
| Hex | BF | AC | E2 | F | 18 | 0 | B | 105 | 30 | 4E |
| Octal | 277 | 254 | 342 | 17 | 30 | 0 | 13 | 405 | 60 | 116 |
| Binary | 10111111 | 10101100 | 11100010 | 1111 | 11000 | 0 | 1011 | 100000101 | 110000 | 1001110 |
Color Harmonies of #BFACE2
Complementary color
Monochromatic Colors of #BFACE2
Black with #BFACE2
Text Example
Text Example
White with #BFACE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFACE2; }
p { color: rgb(191,172,226); }
H1.HeaderClassName
{
color: #BFACE2;
}
.AnyTagClassName
{
color: #BFACE2;
}
</style>
background-color css
<style>
a { background-color: #BFACE2; }
a { background-color: rgb(191,172,226); }
div.DivClassName
{
background-color: #BFACE2;
}
.BgClassName
{
background-color: #BFACE2;
}
</style>
border-color css
<style>
span { border-color: #BFACE2; }
span { border-color: rgb(191,172,226); }
td.TdClassName
{
border-color: #BFACE2;
}
.TagClassName
{
border-color: #BFACE2;
}
</style>