Shades of Moon Raker #BBADD6
Tints of Moon Raker #BBADD6
RGB
CMYK
RGB Variations
Color information
#BBADD6 (or 0xBBADD6) is known color: Moon Raker. HEX triplet: BB, AD and D6. RGB value is (187,173,214). Sum of RGB (Red+Green+Blue) = 187+173+214=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 214 (83.98% from 255 or 37.28% from 574); Max value from RGB is 214 - color contains mainly: blue. Hex color #BBADD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADD6 is #445229. Grayscale: #B5B5B5. Windows color (decimal): -4477482 or 14069179. OLE color: 14069179.
HSL color Cylindrical-coordinate representation of color #BBADD6: hue angle of 260.49º degrees, saturation: 0.33, 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 #BBADD6 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 173 | 214 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.16 |
| HSL | 260.49º | 0.33% | 0.76% | - |
| HSV(B) | 260.49º | 0.19% | 0.84% | - |
| XYZ | 47.57 | 45.31 | 69.86 | - |
| YUV | 181.86 | 146.14 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 214 | 0.13 | 0.19 | 0 | 0.16 | 260.49 | 0.33 | 0.76 |
| Hex | BB | AD | D6 | D | 13 | 0 | 10 | 104 | 21 | 4C |
| Octal | 273 | 255 | 326 | 15 | 23 | 0 | 20 | 404 | 41 | 114 |
| Binary | 10111011 | 10101101 | 11010110 | 1101 | 10011 | 0 | 10000 | 100000100 | 100001 | 1001100 |
Color Harmonies of #BBADD6
Complementary color
Monochromatic Colors of #BBADD6
Black with #BBADD6
Text Example
Text Example
White with #BBADD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBADD6; }
p { color: rgb(187,173,214); }
H1.HeaderClassName
{
color: #BBADD6;
}
.AnyTagClassName
{
color: #BBADD6;
}
</style>
background-color css
<style>
a { background-color: #BBADD6; }
a { background-color: rgb(187,173,214); }
div.DivClassName
{
background-color: #BBADD6;
}
.BgClassName
{
background-color: #BBADD6;
}
</style>
border-color css
<style>
span { border-color: #BBADD6; }
span { border-color: rgb(187,173,214); }
td.TdClassName
{
border-color: #BBADD6;
}
.TagClassName
{
border-color: #BBADD6;
}
</style>