Shades of Moon Raker #BBACDB
Tints of Moon Raker #BBACDB
RGB
CMYK
RGB Variations
Color information
#BBACDB (or 0xBBACDB) is known color: Moon Raker. HEX triplet: BB, AC and DB. RGB value is (187,172,219). Sum of RGB (Red+Green+Blue) = 187+172+219=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 172 (67.58% from 255 or 29.76% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBACDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACDB is #445324. Grayscale: #B5B5B5. Windows color (decimal): -4477733 or 14396603. OLE color: 14396603.
HSL color Cylindrical-coordinate representation of color #BBACDB: hue angle of 259.15º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBACDB is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 172 | 219 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.14 |
| HSL | 259.15º | 0.39% | 0.77% | - |
| HSV(B) | 259.15º | 0.21% | 0.86% | - |
| XYZ | 48.03 | 45.18 | 73.21 | - |
| YUV | 181.84 | 148.97 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 219 | 0.15 | 0.21 | 0 | 0.14 | 259.15 | 0.39 | 0.77 |
| Hex | BB | AC | DB | F | 15 | 0 | E | 103 | 27 | 4D |
| Octal | 273 | 254 | 333 | 17 | 25 | 0 | 16 | 403 | 47 | 115 |
| Binary | 10111011 | 10101100 | 11011011 | 1111 | 10101 | 0 | 1110 | 100000011 | 100111 | 1001101 |
Color Harmonies of #BBACDB
Complementary color
Monochromatic Colors of #BBACDB
Black with #BBACDB
Text Example
Text Example
White with #BBACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBACDB; }
p { color: rgb(187,172,219); }
H1.HeaderClassName
{
color: #BBACDB;
}
.AnyTagClassName
{
color: #BBACDB;
}
</style>
background-color css
<style>
a { background-color: #BBACDB; }
a { background-color: rgb(187,172,219); }
div.DivClassName
{
background-color: #BBACDB;
}
.BgClassName
{
background-color: #BBACDB;
}
</style>
border-color css
<style>
span { border-color: #BBACDB; }
span { border-color: rgb(187,172,219); }
td.TdClassName
{
border-color: #BBACDB;
}
.TagClassName
{
border-color: #BBACDB;
}
</style>