Shades of Moon Raker #BBADD3
Tints of Moon Raker #BBADD3
RGB
CMYK
RGB Variations
Color information
#BBADD3 (or 0xBBADD3) is known color: Moon Raker. HEX triplet: BB, AD and D3. RGB value is (187,173,211). Sum of RGB (Red+Green+Blue) = 187+173+211=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 211 (82.81% from 255 or 36.95% from 571); Max value from RGB is 211 - color contains mainly: blue. Hex color #BBADD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADD3 is #44522C. Grayscale: #B5B5B5. Windows color (decimal): -4477485 or 13872571. OLE color: 13872571.
HSL color Cylindrical-coordinate representation of color #BBADD3: hue angle of 262.11º 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 #BBADD3 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 173 | 211 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.17 |
| HSL | 262.11º | 0.3% | 0.75% | - |
| HSV(B) | 262.11º | 0.18% | 0.83% | - |
| XYZ | 47.19 | 45.16 | 67.86 | - |
| YUV | 181.52 | 144.64 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 211 | 0.11 | 0.18 | 0 | 0.17 | 262.11 | 0.3 | 0.75 |
| Hex | BB | AD | D3 | B | 12 | 0 | 11 | 106 | 1E | 4B |
| Octal | 273 | 255 | 323 | 13 | 22 | 0 | 21 | 406 | 36 | 113 |
| Binary | 10111011 | 10101101 | 11010011 | 1011 | 10010 | 0 | 10001 | 100000110 | 11110 | 1001011 |
Color Harmonies of #BBADD3
Complementary color
Monochromatic Colors of #BBADD3
Black with #BBADD3
Text Example
Text Example
White with #BBADD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBADD3; }
p { color: rgb(187,173,211); }
H1.HeaderClassName
{
color: #BBADD3;
}
.AnyTagClassName
{
color: #BBADD3;
}
</style>
background-color css
<style>
a { background-color: #BBADD3; }
a { background-color: rgb(187,173,211); }
div.DivClassName
{
background-color: #BBADD3;
}
.BgClassName
{
background-color: #BBADD3;
}
</style>
border-color css
<style>
span { border-color: #BBADD3; }
span { border-color: rgb(187,173,211); }
td.TdClassName
{
border-color: #BBADD3;
}
.TagClassName
{
border-color: #BBADD3;
}
</style>