Shades of Moon Raker #BBAED5
Tints of Moon Raker #BBAED5
RGB
CMYK
RGB Variations
Color information
#BBAED5 (or 0xBBAED5) is known color: Moon Raker. HEX triplet: BB, AE and D5. RGB value is (187,174,213). Sum of RGB (Red+Green+Blue) = 187+174+213=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 213 (83.59% from 255 or 37.11% from 574); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBAED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAED5 is #44512A. Grayscale: #B6B6B6. Windows color (decimal): -4477227 or 14003899. OLE color: 14003899.
HSL color Cylindrical-coordinate representation of color #BBAED5: hue angle of 260º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBAED5 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 174 | 213 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.16 |
| HSL | 260º | 0.32% | 0.76% | - |
| HSV(B) | 260º | 0.18% | 0.84% | - |
| XYZ | 47.64 | 45.64 | 69.25 | - |
| YUV | 182.33 | 145.31 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 174 | 213 | 0.12 | 0.18 | 0 | 0.16 | 260 | 0.32 | 0.76 |
| Hex | BB | AE | D5 | C | 12 | 0 | 10 | 104 | 20 | 4C |
| Octal | 273 | 256 | 325 | 14 | 22 | 0 | 20 | 404 | 40 | 114 |
| Binary | 10111011 | 10101110 | 11010101 | 1100 | 10010 | 0 | 10000 | 100000100 | 100000 | 1001100 |
Color Harmonies of #BBAED5
Complementary color
Monochromatic Colors of #BBAED5
Black with #BBAED5
Text Example
Text Example
White with #BBAED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAED5; }
p { color: rgb(187,174,213); }
H1.HeaderClassName
{
color: #BBAED5;
}
.AnyTagClassName
{
color: #BBAED5;
}
</style>
background-color css
<style>
a { background-color: #BBAED5; }
a { background-color: rgb(187,174,213); }
div.DivClassName
{
background-color: #BBAED5;
}
.BgClassName
{
background-color: #BBAED5;
}
</style>
border-color css
<style>
span { border-color: #BBAED5; }
span { border-color: rgb(187,174,213); }
td.TdClassName
{
border-color: #BBAED5;
}
.TagClassName
{
border-color: #BBAED5;
}
</style>