Shades of Moon Raker #BBACD4
Tints of Moon Raker #BBACD4
RGB
CMYK
RGB Variations
Color information
#BBACD4 (or 0xBBACD4) is known color: Moon Raker. HEX triplet: BB, AC and D4. RGB value is (187,172,212). Sum of RGB (Red+Green+Blue) = 187+172+212=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 212 (83.20% from 255 or 37.13% from 571); Max value from RGB is 212 - color contains mainly: blue. Hex color #BBACD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACD4 is #44532B. Grayscale: #B4B4B4. Windows color (decimal): -4477740 or 13937851. OLE color: 13937851.
HSL color Cylindrical-coordinate representation of color #BBACD4: hue angle of 262.5º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBACD4 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 172 | 212 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.17 |
| HSL | 262.5º | 0.32% | 0.75% | - |
| HSV(B) | 262.5º | 0.19% | 0.83% | - |
| XYZ | 47.13 | 44.82 | 68.46 | - |
| YUV | 181.05 | 145.47 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 212 | 0.12 | 0.19 | 0 | 0.17 | 262.5 | 0.32 | 0.75 |
| Hex | BB | AC | D4 | C | 13 | 0 | 11 | 106 | 20 | 4B |
| Octal | 273 | 254 | 324 | 14 | 23 | 0 | 21 | 406 | 40 | 113 |
| Binary | 10111011 | 10101100 | 11010100 | 1100 | 10011 | 0 | 10001 | 100000110 | 100000 | 1001011 |
Color Harmonies of #BBACD4
Complementary color
Monochromatic Colors of #BBACD4
Black with #BBACD4
Text Example
Text Example
White with #BBACD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBACD4; }
p { color: rgb(187,172,212); }
H1.HeaderClassName
{
color: #BBACD4;
}
.AnyTagClassName
{
color: #BBACD4;
}
</style>
background-color css
<style>
a { background-color: #BBACD4; }
a { background-color: rgb(187,172,212); }
div.DivClassName
{
background-color: #BBACD4;
}
.BgClassName
{
background-color: #BBACD4;
}
</style>
border-color css
<style>
span { border-color: #BBACD4; }
span { border-color: rgb(187,172,212); }
td.TdClassName
{
border-color: #BBACD4;
}
.TagClassName
{
border-color: #BBACD4;
}
</style>