Shades of Moon Raker #BBA7E4
Tints of Moon Raker #BBA7E4
RGB
CMYK
RGB Variations
Color information
#BBA7E4 (or 0xBBA7E4) is known color: Moon Raker. HEX triplet: BB, A7 and E4. RGB value is (187,167,228). Sum of RGB (Red+Green+Blue) = 187+167+228=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 167 (65.62% from 255 or 28.69% from 582); Blue value is 228 (89.45% from 255 or 39.18% from 582); Max value from RGB is 228 - color contains mainly: blue. Hex color #BBA7E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA7E4 is #44581B. Grayscale: #B3B3B3. Windows color (decimal): -4479004 or 14985147. OLE color: 14985147.
HSL color Cylindrical-coordinate representation of color #BBA7E4: hue angle of 259.67º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBA7E4 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 167 | 228 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.11 |
| HSL | 259.67º | 0.53% | 0.77% | - |
| HSV(B) | 259.67º | 0.27% | 0.89% | - |
| XYZ | 48.32 | 43.8 | 79.31 | - |
| YUV | 179.93 | 155.13 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 167 | 228 | 0.18 | 0.27 | 0 | 0.11 | 259.67 | 0.53 | 0.77 |
| Hex | BB | A7 | E4 | 12 | 1B | 0 | B | 104 | 35 | 4D |
| Octal | 273 | 247 | 344 | 22 | 33 | 0 | 13 | 404 | 65 | 115 |
| Binary | 10111011 | 10100111 | 11100100 | 10010 | 11011 | 0 | 1011 | 100000100 | 110101 | 1001101 |
Color Harmonies of #BBA7E4
Complementary color
Monochromatic Colors of #BBA7E4
Black with #BBA7E4
Text Example
Text Example
White with #BBA7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA7E4; }
p { color: rgb(187,167,228); }
H1.HeaderClassName
{
color: #BBA7E4;
}
.AnyTagClassName
{
color: #BBA7E4;
}
</style>
background-color css
<style>
a { background-color: #BBA7E4; }
a { background-color: rgb(187,167,228); }
div.DivClassName
{
background-color: #BBA7E4;
}
.BgClassName
{
background-color: #BBA7E4;
}
</style>
border-color css
<style>
span { border-color: #BBA7E4; }
span { border-color: rgb(187,167,228); }
td.TdClassName
{
border-color: #BBA7E4;
}
.TagClassName
{
border-color: #BBA7E4;
}
</style>