Shades of Moon Raker #BBACDA
Tints of Moon Raker #BBACDA
RGB
CMYK
RGB Variations
Color information
#BBACDA (or 0xBBACDA) is known color: Moon Raker. HEX triplet: BB, AC and DA. RGB value is (187,172,218). Sum of RGB (Red+Green+Blue) = 187+172+218=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 172 (67.58% from 255 or 29.81% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBACDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACDA is #445325. Grayscale: #B5B5B5. Windows color (decimal): -4477734 or 14331067. OLE color: 14331067.
HSL color Cylindrical-coordinate representation of color #BBACDA: hue angle of 259.57º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBACDA is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 172 | 218 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.15 |
| HSL | 259.57º | 0.38% | 0.76% | - |
| HSV(B) | 259.57º | 0.21% | 0.85% | - |
| XYZ | 47.9 | 45.13 | 72.52 | - |
| YUV | 181.73 | 148.47 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 218 | 0.14 | 0.21 | 0 | 0.15 | 259.57 | 0.38 | 0.76 |
| Hex | BB | AC | DA | E | 15 | 0 | F | 104 | 26 | 4C |
| Octal | 273 | 254 | 332 | 16 | 25 | 0 | 17 | 404 | 46 | 114 |
| Binary | 10111011 | 10101100 | 11011010 | 1110 | 10101 | 0 | 1111 | 100000100 | 100110 | 1001100 |
Color Harmonies of #BBACDA
Complementary color
Monochromatic Colors of #BBACDA
Black with #BBACDA
Text Example
Text Example
White with #BBACDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBACDA; }
p { color: rgb(187,172,218); }
H1.HeaderClassName
{
color: #BBACDA;
}
.AnyTagClassName
{
color: #BBACDA;
}
</style>
background-color css
<style>
a { background-color: #BBACDA; }
a { background-color: rgb(187,172,218); }
div.DivClassName
{
background-color: #BBACDA;
}
.BgClassName
{
background-color: #BBACDA;
}
</style>
border-color css
<style>
span { border-color: #BBACDA; }
span { border-color: rgb(187,172,218); }
td.TdClassName
{
border-color: #BBACDA;
}
.TagClassName
{
border-color: #BBACDA;
}
</style>