Shades of Moon Raker #BBA9D6
Tints of Moon Raker #BBA9D6
RGB
CMYK
RGB Variations
Color information
#BBA9D6 (or 0xBBA9D6) is known color: Moon Raker. HEX triplet: BB, A9 and D6. RGB value is (187,169,214). Sum of RGB (Red+Green+Blue) = 187+169+214=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 169 (66.41% from 255 or 29.65% from 570); Blue value is 214 (83.98% from 255 or 37.54% from 570); Max value from RGB is 214 - color contains mainly: blue. Hex color #BBA9D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA9D6 is #445629. Grayscale: #B3B3B3. Windows color (decimal): -4478506 or 14068155. OLE color: 14068155.
HSL color Cylindrical-coordinate representation of color #BBA9D6: hue angle of 264º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBA9D6 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 169 | 214 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.16 |
| HSL | 264º | 0.35% | 0.75% | - |
| HSV(B) | 264º | 0.21% | 0.84% | - |
| XYZ | 46.82 | 43.8 | 69.6 | - |
| YUV | 179.51 | 147.46 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 214 | 0.13 | 0.21 | 0 | 0.16 | 264 | 0.35 | 0.75 |
| Hex | BB | A9 | D6 | D | 15 | 0 | 10 | 108 | 23 | 4B |
| Octal | 273 | 251 | 326 | 15 | 25 | 0 | 20 | 410 | 43 | 113 |
| Binary | 10111011 | 10101001 | 11010110 | 1101 | 10101 | 0 | 10000 | 100001000 | 100011 | 1001011 |
Color Harmonies of #BBA9D6
Complementary color
Monochromatic Colors of #BBA9D6
Black with #BBA9D6
Text Example
Text Example
White with #BBA9D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA9D6; }
p { color: rgb(187,169,214); }
H1.HeaderClassName
{
color: #BBA9D6;
}
.AnyTagClassName
{
color: #BBA9D6;
}
</style>
background-color css
<style>
a { background-color: #BBA9D6; }
a { background-color: rgb(187,169,214); }
div.DivClassName
{
background-color: #BBA9D6;
}
.BgClassName
{
background-color: #BBA9D6;
}
</style>
border-color css
<style>
span { border-color: #BBA9D6; }
span { border-color: rgb(187,169,214); }
td.TdClassName
{
border-color: #BBA9D6;
}
.TagClassName
{
border-color: #BBA9D6;
}
</style>