Shades of Moon Raker #BBAFD9
Tints of Moon Raker #BBAFD9
RGB
CMYK
RGB Variations
Color information
#BBAFD9 (or 0xBBAFD9) is known color: Moon Raker. HEX triplet: BB, AF and D9. RGB value is (187,175,217). Sum of RGB (Red+Green+Blue) = 187+175+217=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 217 (85.16% from 255 or 37.48% from 579); Max value from RGB is 217 - color contains mainly: blue. Hex color #BBAFD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFD9 is #445026. Grayscale: #B7B7B7. Windows color (decimal): -4476967 or 14266299. OLE color: 14266299.
HSL color Cylindrical-coordinate representation of color #BBAFD9: hue angle of 257.14º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBAFD9 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 175 | 217 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.15 |
| HSL | 257.14º | 0.36% | 0.77% | - |
| HSV(B) | 257.14º | 0.19% | 0.85% | - |
| XYZ | 48.35 | 46.23 | 72.02 | - |
| YUV | 183.38 | 146.98 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 217 | 0.14 | 0.19 | 0 | 0.15 | 257.14 | 0.36 | 0.77 |
| Hex | BB | AF | D9 | E | 13 | 0 | F | 101 | 24 | 4D |
| Octal | 273 | 257 | 331 | 16 | 23 | 0 | 17 | 401 | 44 | 115 |
| Binary | 10111011 | 10101111 | 11011001 | 1110 | 10011 | 0 | 1111 | 100000001 | 100100 | 1001101 |
Color Harmonies of #BBAFD9
Complementary color
Monochromatic Colors of #BBAFD9
Black with #BBAFD9
Text Example
Text Example
White with #BBAFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAFD9; }
p { color: rgb(187,175,217); }
H1.HeaderClassName
{
color: #BBAFD9;
}
.AnyTagClassName
{
color: #BBAFD9;
}
</style>
background-color css
<style>
a { background-color: #BBAFD9; }
a { background-color: rgb(187,175,217); }
div.DivClassName
{
background-color: #BBAFD9;
}
.BgClassName
{
background-color: #BBAFD9;
}
</style>
border-color css
<style>
span { border-color: #BBAFD9; }
span { border-color: rgb(187,175,217); }
td.TdClassName
{
border-color: #BBAFD9;
}
.TagClassName
{
border-color: #BBAFD9;
}
</style>