Shades of Moon Raker #BBA9E7
Tints of Moon Raker #BBA9E7
RGB
CMYK
RGB Variations
Color information
#BBA9E7 (or 0xBBA9E7) is known color: Moon Raker. HEX triplet: BB, A9 and E7. RGB value is (187,169,231). Sum of RGB (Red+Green+Blue) = 187+169+231=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 169 (66.41% from 255 or 28.79% from 587); Blue value is 231 (90.62% from 255 or 39.35% from 587); Max value from RGB is 231 - color contains mainly: blue. Hex color #BBA9E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA9E7 is #445618. Grayscale: #B5B5B5. Windows color (decimal): -4478489 or 15182267. OLE color: 15182267.
HSL color Cylindrical-coordinate representation of color #BBA9E7: hue angle of 257.42º degrees, saturation: 0.56, 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 #BBA9E7 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 169 | 231 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.09 |
| HSL | 257.42º | 0.56% | 0.78% | - |
| HSV(B) | 257.42º | 0.27% | 0.91% | - |
| XYZ | 49.11 | 44.71 | 81.64 | - |
| YUV | 181.45 | 155.96 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 231 | 0.19 | 0.27 | 0 | 0.09 | 257.42 | 0.56 | 0.78 |
| Hex | BB | A9 | E7 | 13 | 1B | 0 | 9 | 101 | 38 | 4E |
| Octal | 273 | 251 | 347 | 23 | 33 | 0 | 11 | 401 | 70 | 116 |
| Binary | 10111011 | 10101001 | 11100111 | 10011 | 11011 | 0 | 1001 | 100000001 | 111000 | 1001110 |
Color Harmonies of #BBA9E7
Complementary color
Monochromatic Colors of #BBA9E7
Black with #BBA9E7
Text Example
Text Example
White with #BBA9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA9E7; }
p { color: rgb(187,169,231); }
H1.HeaderClassName
{
color: #BBA9E7;
}
.AnyTagClassName
{
color: #BBA9E7;
}
</style>
background-color css
<style>
a { background-color: #BBA9E7; }
a { background-color: rgb(187,169,231); }
div.DivClassName
{
background-color: #BBA9E7;
}
.BgClassName
{
background-color: #BBA9E7;
}
</style>
border-color css
<style>
span { border-color: #BBA9E7; }
span { border-color: rgb(187,169,231); }
td.TdClassName
{
border-color: #BBA9E7;
}
.TagClassName
{
border-color: #BBA9E7;
}
</style>