Shades of Moon Raker #BBA7E3
Tints of Moon Raker #BBA7E3
RGB
CMYK
RGB Variations
Color information
#BBA7E3 (or 0xBBA7E3) is known color: Moon Raker. HEX triplet: BB, A7 and E3. RGB value is (187,167,227). Sum of RGB (Red+Green+Blue) = 187+167+227=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 167 (65.62% from 255 or 28.74% from 581); Blue value is 227 (89.06% from 255 or 39.07% from 581); Max value from RGB is 227 - color contains mainly: blue. Hex color #BBA7E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA7E3 is #44581C. Grayscale: #B3B3B3. Windows color (decimal): -4479005 or 14919611. OLE color: 14919611.
HSL color Cylindrical-coordinate representation of color #BBA7E3: hue angle of 260º degrees, saturation: 0.52, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBA7E3 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 167 | 227 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.11 |
| HSL | 260º | 0.52% | 0.77% | - |
| HSV(B) | 260º | 0.26% | 0.89% | - |
| XYZ | 48.18 | 43.75 | 78.58 | - |
| YUV | 179.82 | 154.63 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 167 | 227 | 0.18 | 0.26 | 0 | 0.11 | 260 | 0.52 | 0.77 |
| Hex | BB | A7 | E3 | 12 | 1A | 0 | B | 104 | 34 | 4D |
| Octal | 273 | 247 | 343 | 22 | 32 | 0 | 13 | 404 | 64 | 115 |
| Binary | 10111011 | 10100111 | 11100011 | 10010 | 11010 | 0 | 1011 | 100000100 | 110100 | 1001101 |
Color Harmonies of #BBA7E3
Complementary color
Monochromatic Colors of #BBA7E3
Black with #BBA7E3
Text Example
Text Example
White with #BBA7E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA7E3; }
p { color: rgb(187,167,227); }
H1.HeaderClassName
{
color: #BBA7E3;
}
.AnyTagClassName
{
color: #BBA7E3;
}
</style>
background-color css
<style>
a { background-color: #BBA7E3; }
a { background-color: rgb(187,167,227); }
div.DivClassName
{
background-color: #BBA7E3;
}
.BgClassName
{
background-color: #BBA7E3;
}
</style>
border-color css
<style>
span { border-color: #BBA7E3; }
span { border-color: rgb(187,167,227); }
td.TdClassName
{
border-color: #BBA7E3;
}
.TagClassName
{
border-color: #BBA7E3;
}
</style>