Shades of Moon Raker #BBAED7
Tints of Moon Raker #BBAED7
RGB
CMYK
RGB Variations
Color information
#BBAED7 (or 0xBBAED7) is known color: Moon Raker. HEX triplet: BB, AE and D7. RGB value is (187,174,215). Sum of RGB (Red+Green+Blue) = 187+174+215=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 174 (68.36% from 255 or 30.21% from 576); Blue value is 215 (84.38% from 255 or 37.33% from 576); Max value from RGB is 215 - color contains mainly: blue. Hex color #BBAED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAED7 is #445128. Grayscale: #B6B6B6. Windows color (decimal): -4477225 or 14134971. OLE color: 14134971.
HSL color Cylindrical-coordinate representation of color #BBAED7: hue angle of 259.02º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBAED7 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 174 | 215 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.16 |
| HSL | 259.02º | 0.34% | 0.76% | - |
| HSV(B) | 259.02º | 0.19% | 0.84% | - |
| XYZ | 47.9 | 45.74 | 70.59 | - |
| YUV | 182.56 | 146.31 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 174 | 215 | 0.13 | 0.19 | 0 | 0.16 | 259.02 | 0.34 | 0.76 |
| Hex | BB | AE | D7 | D | 13 | 0 | 10 | 103 | 22 | 4C |
| Octal | 273 | 256 | 327 | 15 | 23 | 0 | 20 | 403 | 42 | 114 |
| Binary | 10111011 | 10101110 | 11010111 | 1101 | 10011 | 0 | 10000 | 100000011 | 100010 | 1001100 |
Color Harmonies of #BBAED7
Complementary color
Monochromatic Colors of #BBAED7
Black with #BBAED7
Text Example
Text Example
White with #BBAED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAED7; }
p { color: rgb(187,174,215); }
H1.HeaderClassName
{
color: #BBAED7;
}
.AnyTagClassName
{
color: #BBAED7;
}
</style>
background-color css
<style>
a { background-color: #BBAED7; }
a { background-color: rgb(187,174,215); }
div.DivClassName
{
background-color: #BBAED7;
}
.BgClassName
{
background-color: #BBAED7;
}
</style>
border-color css
<style>
span { border-color: #BBAED7; }
span { border-color: rgb(187,174,215); }
td.TdClassName
{
border-color: #BBAED7;
}
.TagClassName
{
border-color: #BBAED7;
}
</style>