Shades of Moon Raker #BBAED3
Tints of Moon Raker #BBAED3
RGB
CMYK
RGB Variations
Color information
#BBAED3 (or 0xBBAED3) is known color: Moon Raker. HEX triplet: BB, AE and D3. RGB value is (187,174,211). Sum of RGB (Red+Green+Blue) = 187+174+211=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 174 (68.36% from 255 or 30.42% from 572); Blue value is 211 (82.81% from 255 or 36.89% from 572); Max value from RGB is 211 - color contains mainly: blue. Hex color #BBAED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAED3 is #44512C. Grayscale: #B5B5B5. Windows color (decimal): -4477229 or 13872827. OLE color: 13872827.
HSL color Cylindrical-coordinate representation of color #BBAED3: hue angle of 261.08º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBAED3 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 174 | 211 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.17 |
| HSL | 261.08º | 0.3% | 0.75% | - |
| HSV(B) | 261.08º | 0.18% | 0.83% | - |
| XYZ | 47.39 | 45.54 | 67.92 | - |
| YUV | 182.11 | 144.31 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 174 | 211 | 0.11 | 0.18 | 0 | 0.17 | 261.08 | 0.3 | 0.75 |
| Hex | BB | AE | D3 | B | 12 | 0 | 11 | 105 | 1E | 4B |
| Octal | 273 | 256 | 323 | 13 | 22 | 0 | 21 | 405 | 36 | 113 |
| Binary | 10111011 | 10101110 | 11010011 | 1011 | 10010 | 0 | 10001 | 100000101 | 11110 | 1001011 |
Color Harmonies of #BBAED3
Complementary color
Monochromatic Colors of #BBAED3
Black with #BBAED3
Text Example
Text Example
White with #BBAED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAED3; }
p { color: rgb(187,174,211); }
H1.HeaderClassName
{
color: #BBAED3;
}
.AnyTagClassName
{
color: #BBAED3;
}
</style>
background-color css
<style>
a { background-color: #BBAED3; }
a { background-color: rgb(187,174,211); }
div.DivClassName
{
background-color: #BBAED3;
}
.BgClassName
{
background-color: #BBAED3;
}
</style>
border-color css
<style>
span { border-color: #BBAED3; }
span { border-color: rgb(187,174,211); }
td.TdClassName
{
border-color: #BBAED3;
}
.TagClassName
{
border-color: #BBAED3;
}
</style>