Shades of Moon Raker #BBACDF
Tints of Moon Raker #BBACDF
RGB
CMYK
RGB Variations
Color information
#BBACDF (or 0xBBACDF) is known color: Moon Raker. HEX triplet: BB, AC and DF. RGB value is (187,172,223). Sum of RGB (Red+Green+Blue) = 187+172+223=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBACDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACDF is #445320. Grayscale: #B6B6B6. Windows color (decimal): -4477729 or 14658747. OLE color: 14658747.
HSL color Cylindrical-coordinate representation of color #BBACDF: hue angle of 257.65º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBACDF is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 172 | 223 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.13 |
| HSL | 257.65º | 0.44% | 0.77% | - |
| HSV(B) | 257.65º | 0.23% | 0.87% | - |
| XYZ | 48.57 | 45.4 | 76.01 | - |
| YUV | 182.3 | 150.97 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 223 | 0.16 | 0.23 | 0 | 0.13 | 257.65 | 0.44 | 0.77 |
| Hex | BB | AC | DF | 10 | 17 | 0 | D | 102 | 2C | 4D |
| Octal | 273 | 254 | 337 | 20 | 27 | 0 | 15 | 402 | 54 | 115 |
| Binary | 10111011 | 10101100 | 11011111 | 10000 | 10111 | 0 | 1101 | 100000010 | 101100 | 1001101 |
Color Harmonies of #BBACDF
Complementary color
Monochromatic Colors of #BBACDF
Black with #BBACDF
Text Example
Text Example
White with #BBACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBACDF; }
p { color: rgb(187,172,223); }
H1.HeaderClassName
{
color: #BBACDF;
}
.AnyTagClassName
{
color: #BBACDF;
}
</style>
background-color css
<style>
a { background-color: #BBACDF; }
a { background-color: rgb(187,172,223); }
div.DivClassName
{
background-color: #BBACDF;
}
.BgClassName
{
background-color: #BBACDF;
}
</style>
border-color css
<style>
span { border-color: #BBACDF; }
span { border-color: rgb(187,172,223); }
td.TdClassName
{
border-color: #BBACDF;
}
.TagClassName
{
border-color: #BBACDF;
}
</style>