Shades of Moon Raker #BBAEDD
Tints of Moon Raker #BBAEDD
RGB
CMYK
RGB Variations
Color information
#BBAEDD (or 0xBBAEDD) is known color: Moon Raker. HEX triplet: BB, AE and DD. RGB value is (187,174,221). Sum of RGB (Red+Green+Blue) = 187+174+221=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 174 (68.36% from 255 or 29.90% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBAEDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAEDD is #445122. Grayscale: #B7B7B7. Windows color (decimal): -4477219 or 14528187. OLE color: 14528187.
HSL color Cylindrical-coordinate representation of color #BBAEDD: hue angle of 256.6º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBAEDD is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 174 | 221 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.13 |
| HSL | 256.6º | 0.41% | 0.77% | - |
| HSV(B) | 256.6º | 0.21% | 0.87% | - |
| XYZ | 48.68 | 46.06 | 74.73 | - |
| YUV | 183.25 | 149.31 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 174 | 221 | 0.15 | 0.21 | 0 | 0.13 | 256.6 | 0.41 | 0.77 |
| Hex | BB | AE | DD | F | 15 | 0 | D | 101 | 29 | 4D |
| Octal | 273 | 256 | 335 | 17 | 25 | 0 | 15 | 401 | 51 | 115 |
| Binary | 10111011 | 10101110 | 11011101 | 1111 | 10101 | 0 | 1101 | 100000001 | 101001 | 1001101 |
Color Harmonies of #BBAEDD
Complementary color
Monochromatic Colors of #BBAEDD
Black with #BBAEDD
Text Example
Text Example
White with #BBAEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAEDD; }
p { color: rgb(187,174,221); }
H1.HeaderClassName
{
color: #BBAEDD;
}
.AnyTagClassName
{
color: #BBAEDD;
}
</style>
background-color css
<style>
a { background-color: #BBAEDD; }
a { background-color: rgb(187,174,221); }
div.DivClassName
{
background-color: #BBAEDD;
}
.BgClassName
{
background-color: #BBAEDD;
}
</style>
border-color css
<style>
span { border-color: #BBAEDD; }
span { border-color: rgb(187,174,221); }
td.TdClassName
{
border-color: #BBAEDD;
}
.TagClassName
{
border-color: #BBAEDD;
}
</style>