Shades of Moon Raker #BBACDE
Tints of Moon Raker #BBACDE
RGB
CMYK
RGB Variations
Color information
#BBACDE (or 0xBBACDE) is known color: Moon Raker. HEX triplet: BB, AC and DE. RGB value is (187,172,222). Sum of RGB (Red+Green+Blue) = 187+172+222=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 172 (67.58% from 255 or 29.60% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBACDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACDE is #445321. Grayscale: #B6B6B6. Windows color (decimal): -4477730 or 14593211. OLE color: 14593211.
HSL color Cylindrical-coordinate representation of color #BBACDE: hue angle of 258º degrees, saturation: 0.43, 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 #BBACDE is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 172 | 222 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.13 |
| HSL | 258º | 0.43% | 0.77% | - |
| HSV(B) | 258º | 0.23% | 0.87% | - |
| XYZ | 48.43 | 45.34 | 75.31 | - |
| YUV | 182.19 | 150.47 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 222 | 0.16 | 0.23 | 0 | 0.13 | 258 | 0.43 | 0.77 |
| Hex | BB | AC | DE | 10 | 17 | 0 | D | 102 | 2B | 4D |
| Octal | 273 | 254 | 336 | 20 | 27 | 0 | 15 | 402 | 53 | 115 |
| Binary | 10111011 | 10101100 | 11011110 | 10000 | 10111 | 0 | 1101 | 100000010 | 101011 | 1001101 |
Color Harmonies of #BBACDE
Complementary color
Monochromatic Colors of #BBACDE
Black with #BBACDE
Text Example
Text Example
White with #BBACDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBACDE; }
p { color: rgb(187,172,222); }
H1.HeaderClassName
{
color: #BBACDE;
}
.AnyTagClassName
{
color: #BBACDE;
}
</style>
background-color css
<style>
a { background-color: #BBACDE; }
a { background-color: rgb(187,172,222); }
div.DivClassName
{
background-color: #BBACDE;
}
.BgClassName
{
background-color: #BBACDE;
}
</style>
border-color css
<style>
span { border-color: #BBACDE; }
span { border-color: rgb(187,172,222); }
td.TdClassName
{
border-color: #BBACDE;
}
.TagClassName
{
border-color: #BBACDE;
}
</style>