Shades of Moon Raker #BBAFD8
Tints of Moon Raker #BBAFD8
RGB
CMYK
RGB Variations
Color information
#BBAFD8 (or 0xBBAFD8) is known color: Moon Raker. HEX triplet: BB, AF and D8. RGB value is (187,175,216). Sum of RGB (Red+Green+Blue) = 187+175+216=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 216 (84.77% from 255 or 37.37% from 578); Max value from RGB is 216 - color contains mainly: blue. Hex color #BBAFD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFD8 is #445027. Grayscale: #B7B7B7. Windows color (decimal): -4476968 or 14200763. OLE color: 14200763.
HSL color Cylindrical-coordinate representation of color #BBAFD8: hue angle of 257.56º degrees, saturation: 0.34, 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 #BBAFD8 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 175 | 216 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.15 |
| HSL | 257.56º | 0.34% | 0.77% | - |
| HSV(B) | 257.56º | 0.19% | 0.85% | - |
| XYZ | 48.22 | 46.18 | 71.34 | - |
| YUV | 183.26 | 146.48 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 216 | 0.13 | 0.19 | 0 | 0.15 | 257.56 | 0.34 | 0.77 |
| Hex | BB | AF | D8 | D | 13 | 0 | F | 102 | 22 | 4D |
| Octal | 273 | 257 | 330 | 15 | 23 | 0 | 17 | 402 | 42 | 115 |
| Binary | 10111011 | 10101111 | 11011000 | 1101 | 10011 | 0 | 1111 | 100000010 | 100010 | 1001101 |
Color Harmonies of #BBAFD8
Complementary color
Monochromatic Colors of #BBAFD8
Black with #BBAFD8
Text Example
Text Example
White with #BBAFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAFD8; }
p { color: rgb(187,175,216); }
H1.HeaderClassName
{
color: #BBAFD8;
}
.AnyTagClassName
{
color: #BBAFD8;
}
</style>
background-color css
<style>
a { background-color: #BBAFD8; }
a { background-color: rgb(187,175,216); }
div.DivClassName
{
background-color: #BBAFD8;
}
.BgClassName
{
background-color: #BBAFD8;
}
</style>
border-color css
<style>
span { border-color: #BBAFD8; }
span { border-color: rgb(187,175,216); }
td.TdClassName
{
border-color: #BBAFD8;
}
.TagClassName
{
border-color: #BBAFD8;
}
</style>