Shades of Moon Raker #BBACD8
Tints of Moon Raker #BBACD8
RGB
CMYK
RGB Variations
Color information
#BBACD8 (or 0xBBACD8) is known color: Moon Raker. HEX triplet: BB, AC and D8. RGB value is (187,172,216). Sum of RGB (Red+Green+Blue) = 187+172+216=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 172 (67.58% from 255 or 29.91% from 575); Blue value is 216 (84.77% from 255 or 37.57% from 575); Max value from RGB is 216 - color contains mainly: blue. Hex color #BBACD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACD8 is #445327. Grayscale: #B5B5B5. Windows color (decimal): -4477736 or 14199995. OLE color: 14199995.
HSL color Cylindrical-coordinate representation of color #BBACD8: hue angle of 260.45º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBACD8 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 172 | 216 | - |
| CMYK | 0.13 | 0.20 | 0 | 0.15 |
| HSL | 260.45º | 0.36% | 0.76% | - |
| HSV(B) | 260.45º | 0.2% | 0.85% | - |
| XYZ | 47.64 | 45.03 | 71.15 | - |
| YUV | 181.5 | 147.47 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 216 | 0.13 | 0.20 | 0 | 0.15 | 260.45 | 0.36 | 0.76 |
| Hex | BB | AC | D8 | D | 14 | 0 | F | 104 | 24 | 4C |
| Octal | 273 | 254 | 330 | 15 | 24 | 0 | 17 | 404 | 44 | 114 |
| Binary | 10111011 | 10101100 | 11011000 | 1101 | 10100 | 0 | 1111 | 100000100 | 100100 | 1001100 |
Color Harmonies of #BBACD8
Complementary color
Monochromatic Colors of #BBACD8
Black with #BBACD8
Text Example
Text Example
White with #BBACD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBACD8; }
p { color: rgb(187,172,216); }
H1.HeaderClassName
{
color: #BBACD8;
}
.AnyTagClassName
{
color: #BBACD8;
}
</style>
background-color css
<style>
a { background-color: #BBACD8; }
a { background-color: rgb(187,172,216); }
div.DivClassName
{
background-color: #BBACD8;
}
.BgClassName
{
background-color: #BBACD8;
}
</style>
border-color css
<style>
span { border-color: #BBACD8; }
span { border-color: rgb(187,172,216); }
td.TdClassName
{
border-color: #BBACD8;
}
.TagClassName
{
border-color: #BBACD8;
}
</style>