Shades of Moon Raker #BBA7E8
Tints of Moon Raker #BBA7E8
RGB
CMYK
RGB Variations
Color information
#BBA7E8 (or 0xBBA7E8) is known color: Moon Raker. HEX triplet: BB, A7 and E8. RGB value is (187,167,232). Sum of RGB (Red+Green+Blue) = 187+167+232=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 167 (65.62% from 255 or 28.50% from 586); Blue value is 232 (91.02% from 255 or 39.59% from 586); Max value from RGB is 232 - color contains mainly: blue. Hex color #BBA7E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA7E8 is #445817. Grayscale: #B4B4B4. Windows color (decimal): -4479000 or 15247291. OLE color: 15247291.
HSL color Cylindrical-coordinate representation of color #BBA7E8: hue angle of 258.46º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBA7E8 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 167 | 232 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.09 |
| HSL | 258.46º | 0.59% | 0.78% | - |
| HSV(B) | 258.46º | 0.28% | 0.91% | - |
| XYZ | 48.88 | 44.03 | 82.27 | - |
| YUV | 180.39 | 157.13 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 167 | 232 | 0.19 | 0.28 | 0 | 0.09 | 258.46 | 0.59 | 0.78 |
| Hex | BB | A7 | E8 | 13 | 1C | 0 | 9 | 102 | 3B | 4E |
| Octal | 273 | 247 | 350 | 23 | 34 | 0 | 11 | 402 | 73 | 116 |
| Binary | 10111011 | 10100111 | 11101000 | 10011 | 11100 | 0 | 1001 | 100000010 | 111011 | 1001110 |
Color Harmonies of #BBA7E8
Complementary color
Monochromatic Colors of #BBA7E8
Black with #BBA7E8
Text Example
Text Example
White with #BBA7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA7E8; }
p { color: rgb(187,167,232); }
H1.HeaderClassName
{
color: #BBA7E8;
}
.AnyTagClassName
{
color: #BBA7E8;
}
</style>
background-color css
<style>
a { background-color: #BBA7E8; }
a { background-color: rgb(187,167,232); }
div.DivClassName
{
background-color: #BBA7E8;
}
.BgClassName
{
background-color: #BBA7E8;
}
</style>
border-color css
<style>
span { border-color: #BBA7E8; }
span { border-color: rgb(187,167,232); }
td.TdClassName
{
border-color: #BBA7E8;
}
.TagClassName
{
border-color: #BBA7E8;
}
</style>