Shades of Moon Raker #BBA9E0
Tints of Moon Raker #BBA9E0
RGB
CMYK
RGB Variations
Color information
#BBA9E0 (or 0xBBA9E0) is known color: Moon Raker. HEX triplet: BB, A9 and E0. RGB value is (187,169,224). Sum of RGB (Red+Green+Blue) = 187+169+224=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 169 (66.41% from 255 or 29.14% from 580); Blue value is 224 (87.89% from 255 or 38.62% from 580); Max value from RGB is 224 - color contains mainly: blue. Hex color #BBA9E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA9E0 is #44561F. Grayscale: #B4B4B4. Windows color (decimal): -4478496 or 14723515. OLE color: 14723515.
HSL color Cylindrical-coordinate representation of color #BBA9E0: hue angle of 259.64º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBA9E0 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 169 | 224 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.12 |
| HSL | 259.64º | 0.47% | 0.77% | - |
| HSV(B) | 259.64º | 0.25% | 0.88% | - |
| XYZ | 48.14 | 44.32 | 76.54 | - |
| YUV | 180.65 | 152.46 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 224 | 0.17 | 0.25 | 0 | 0.12 | 259.64 | 0.47 | 0.77 |
| Hex | BB | A9 | E0 | 11 | 19 | 0 | C | 104 | 2F | 4D |
| Octal | 273 | 251 | 340 | 21 | 31 | 0 | 14 | 404 | 57 | 115 |
| Binary | 10111011 | 10101001 | 11100000 | 10001 | 11001 | 0 | 1100 | 100000100 | 101111 | 1001101 |
Color Harmonies of #BBA9E0
Complementary color
Monochromatic Colors of #BBA9E0
Black with #BBA9E0
Text Example
Text Example
White with #BBA9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA9E0; }
p { color: rgb(187,169,224); }
H1.HeaderClassName
{
color: #BBA9E0;
}
.AnyTagClassName
{
color: #BBA9E0;
}
</style>
background-color css
<style>
a { background-color: #BBA9E0; }
a { background-color: rgb(187,169,224); }
div.DivClassName
{
background-color: #BBA9E0;
}
.BgClassName
{
background-color: #BBA9E0;
}
</style>
border-color css
<style>
span { border-color: #BBA9E0; }
span { border-color: rgb(187,169,224); }
td.TdClassName
{
border-color: #BBA9E0;
}
.TagClassName
{
border-color: #BBA9E0;
}
</style>