Shades of Moon Raker #BBA8E7
Tints of Moon Raker #BBA8E7
RGB
CMYK
RGB Variations
Color information
#BBA8E7 (or 0xBBA8E7) is known color: Moon Raker. HEX triplet: BB, A8 and E7. RGB value is (187,168,231). Sum of RGB (Red+Green+Blue) = 187+168+231=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 168 (66.02% from 255 or 28.67% from 586); Blue value is 231 (90.62% from 255 or 39.42% from 586); Max value from RGB is 231 - color contains mainly: blue. Hex color #BBA8E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA8E7 is #445718. Grayscale: #B4B4B4. Windows color (decimal): -4478745 or 15182011. OLE color: 15182011.
HSL color Cylindrical-coordinate representation of color #BBA8E7: hue angle of 258.1º degrees, saturation: 0.57, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBA8E7 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 168 | 231 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.09 |
| HSL | 258.1º | 0.57% | 0.78% | - |
| HSV(B) | 258.1º | 0.27% | 0.91% | - |
| XYZ | 48.92 | 44.34 | 81.58 | - |
| YUV | 180.86 | 156.29 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 231 | 0.19 | 0.27 | 0 | 0.09 | 258.1 | 0.57 | 0.78 |
| Hex | BB | A8 | E7 | 13 | 1B | 0 | 9 | 102 | 39 | 4E |
| Octal | 273 | 250 | 347 | 23 | 33 | 0 | 11 | 402 | 71 | 116 |
| Binary | 10111011 | 10101000 | 11100111 | 10011 | 11011 | 0 | 1001 | 100000010 | 111001 | 1001110 |
Color Harmonies of #BBA8E7
Complementary color
Monochromatic Colors of #BBA8E7
Black with #BBA8E7
Text Example
Text Example
White with #BBA8E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA8E7; }
p { color: rgb(187,168,231); }
H1.HeaderClassName
{
color: #BBA8E7;
}
.AnyTagClassName
{
color: #BBA8E7;
}
</style>
background-color css
<style>
a { background-color: #BBA8E7; }
a { background-color: rgb(187,168,231); }
div.DivClassName
{
background-color: #BBA8E7;
}
.BgClassName
{
background-color: #BBA8E7;
}
</style>
border-color css
<style>
span { border-color: #BBA8E7; }
span { border-color: rgb(187,168,231); }
td.TdClassName
{
border-color: #BBA8E7;
}
.TagClassName
{
border-color: #BBA8E7;
}
</style>