Shades of Moon Raker #BBA8E8
Tints of Moon Raker #BBA8E8
RGB
CMYK
RGB Variations
Color information
#BBA8E8 (or 0xBBA8E8) is known color: Moon Raker. HEX triplet: BB, A8 and E8. RGB value is (187,168,232). Sum of RGB (Red+Green+Blue) = 187+168+232=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 168 (66.02% from 255 or 28.62% from 587); Blue value is 232 (91.02% from 255 or 39.52% from 587); Max value from RGB is 232 - color contains mainly: blue. Hex color #BBA8E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA8E8 is #445717. Grayscale: #B4B4B4. Windows color (decimal): -4478744 or 15247547. OLE color: 15247547.
HSL color Cylindrical-coordinate representation of color #BBA8E8: hue angle of 257.81º degrees, saturation: 0.58, 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 #BBA8E8 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 168 | 232 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.09 |
| HSL | 257.81º | 0.58% | 0.78% | - |
| HSV(B) | 257.81º | 0.28% | 0.91% | - |
| XYZ | 49.06 | 44.4 | 82.33 | - |
| YUV | 180.98 | 156.79 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 232 | 0.19 | 0.28 | 0 | 0.09 | 257.81 | 0.58 | 0.78 |
| Hex | BB | A8 | E8 | 13 | 1C | 0 | 9 | 102 | 3A | 4E |
| Octal | 273 | 250 | 350 | 23 | 34 | 0 | 11 | 402 | 72 | 116 |
| Binary | 10111011 | 10101000 | 11101000 | 10011 | 11100 | 0 | 1001 | 100000010 | 111010 | 1001110 |
Color Harmonies of #BBA8E8
Complementary color
Monochromatic Colors of #BBA8E8
Black with #BBA8E8
Text Example
Text Example
White with #BBA8E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA8E8; }
p { color: rgb(187,168,232); }
H1.HeaderClassName
{
color: #BBA8E8;
}
.AnyTagClassName
{
color: #BBA8E8;
}
</style>
background-color css
<style>
a { background-color: #BBA8E8; }
a { background-color: rgb(187,168,232); }
div.DivClassName
{
background-color: #BBA8E8;
}
.BgClassName
{
background-color: #BBA8E8;
}
</style>
border-color css
<style>
span { border-color: #BBA8E8; }
span { border-color: rgb(187,168,232); }
td.TdClassName
{
border-color: #BBA8E8;
}
.TagClassName
{
border-color: #BBA8E8;
}
</style>