Shades of Moon Raker #BBADD0
Tints of Moon Raker #BBADD0
RGB
CMYK
RGB Variations
Color information
#BBADD0 (or 0xBBADD0) is known color: Moon Raker. HEX triplet: BB, AD and D0. RGB value is (187,173,208). Sum of RGB (Red+Green+Blue) = 187+173+208=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 208 (81.64% from 255 or 36.62% from 568); Max value from RGB is 208 - color contains mainly: blue. Hex color #BBADD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADD0 is #44522F. Grayscale: #B5B5B5. Windows color (decimal): -4477488 or 13675963. OLE color: 13675963.
HSL color Cylindrical-coordinate representation of color #BBADD0: hue angle of 264º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBADD0 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 173 | 208 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.18 |
| HSL | 264º | 0.27% | 0.75% | - |
| HSV(B) | 264º | 0.17% | 0.82% | - |
| XYZ | 46.82 | 45.01 | 65.89 | - |
| YUV | 181.18 | 143.14 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 208 | 0.10 | 0.17 | 0 | 0.18 | 264 | 0.27 | 0.75 |
| Hex | BB | AD | D0 | A | 11 | 0 | 12 | 108 | 1B | 4B |
| Octal | 273 | 255 | 320 | 12 | 21 | 0 | 22 | 410 | 33 | 113 |
| Binary | 10111011 | 10101101 | 11010000 | 1010 | 10001 | 0 | 10010 | 100001000 | 11011 | 1001011 |
Color Harmonies of #BBADD0
Complementary color
Monochromatic Colors of #BBADD0
Black with #BBADD0
Text Example
Text Example
White with #BBADD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBADD0; }
p { color: rgb(187,173,208); }
H1.HeaderClassName
{
color: #BBADD0;
}
.AnyTagClassName
{
color: #BBADD0;
}
</style>
background-color css
<style>
a { background-color: #BBADD0; }
a { background-color: rgb(187,173,208); }
div.DivClassName
{
background-color: #BBADD0;
}
.BgClassName
{
background-color: #BBADD0;
}
</style>
border-color css
<style>
span { border-color: #BBADD0; }
span { border-color: rgb(187,173,208); }
td.TdClassName
{
border-color: #BBADD0;
}
.TagClassName
{
border-color: #BBADD0;
}
</style>