Shades of Moon Raker #BFAFE1
Tints of Moon Raker #BFAFE1
RGB
CMYK
RGB Variations
Color information
#BFAFE1 (or 0xBFAFE1) is known color: Moon Raker. HEX triplet: BF, AF and E1. RGB value is (191,175,225). Sum of RGB (Red+Green+Blue) = 191+175+225=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 225 (88.28% from 255 or 38.07% from 591); Max value from RGB is 225 - color contains mainly: blue. Hex color #BFAFE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAFE1 is #40501E. Grayscale: #B9B9B9. Windows color (decimal): -4214815 or 14790591. OLE color: 14790591.
HSL color Cylindrical-coordinate representation of color #BFAFE1: hue angle of 259.2º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFAFE1 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 175 | 225 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.12 |
| HSL | 259.2º | 0.45% | 0.78% | - |
| HSV(B) | 259.2º | 0.22% | 0.88% | - |
| XYZ | 50.41 | 47.17 | 77.68 | - |
| YUV | 185.48 | 150.3 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 175 | 225 | 0.15 | 0.22 | 0 | 0.12 | 259.2 | 0.45 | 0.78 |
| Hex | BF | AF | E1 | F | 16 | 0 | C | 103 | 2D | 4E |
| Octal | 277 | 257 | 341 | 17 | 26 | 0 | 14 | 403 | 55 | 116 |
| Binary | 10111111 | 10101111 | 11100001 | 1111 | 10110 | 0 | 1100 | 100000011 | 101101 | 1001110 |
Color Harmonies of #BFAFE1
Complementary color
Monochromatic Colors of #BFAFE1
Black with #BFAFE1
Text Example
Text Example
White with #BFAFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAFE1; }
p { color: rgb(191,175,225); }
H1.HeaderClassName
{
color: #BFAFE1;
}
.AnyTagClassName
{
color: #BFAFE1;
}
</style>
background-color css
<style>
a { background-color: #BFAFE1; }
a { background-color: rgb(191,175,225); }
div.DivClassName
{
background-color: #BFAFE1;
}
.BgClassName
{
background-color: #BFAFE1;
}
</style>
border-color css
<style>
span { border-color: #BFAFE1; }
span { border-color: rgb(191,175,225); }
td.TdClassName
{
border-color: #BFAFE1;
}
.TagClassName
{
border-color: #BFAFE1;
}
</style>