Shades of Moon Raker #B6ADD5
Tints of Moon Raker #B6ADD5
RGB
CMYK
RGB Variations
Color information
#B6ADD5 (or 0xB6ADD5) is known color: Moon Raker. HEX triplet: B6, AD and D5. RGB value is (182,173,213). Sum of RGB (Red+Green+Blue) = 182+173+213=568 (75% of max value = 765). Red value is 182 (71.48% from 255 or 32.04% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 213 (83.59% from 255 or 37.5% from 568); Max value from RGB is 213 - color contains mainly: blue. Hex color #B6ADD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ADD5 is #49522A. Grayscale: #B4B4B4. Windows color (decimal): -4805163 or 14003638. OLE color: 14003638.
HSL color Cylindrical-coordinate representation of color #B6ADD5: hue angle of 253.5º degrees, saturation: 0.32, 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 #B6ADD5 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 182 | 173 | 213 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.16 |
| HSL | 253.5º | 0.32% | 0.76% | - |
| HSV(B) | 253.5º | 0.19% | 0.84% | - |
| XYZ | 46.25 | 44.64 | 69.13 | - |
| YUV | 180.25 | 146.48 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 173 | 213 | 0.15 | 0.19 | 0 | 0.16 | 253.5 | 0.32 | 0.76 |
| Hex | B6 | AD | D5 | F | 13 | 0 | 10 | FE | 20 | 4C |
| Octal | 266 | 255 | 325 | 17 | 23 | 0 | 20 | 376 | 40 | 114 |
| Binary | 10110110 | 10101101 | 11010101 | 1111 | 10011 | 0 | 10000 | 11111110 | 100000 | 1001100 |
Color Harmonies of #B6ADD5
Complementary color
Monochromatic Colors of #B6ADD5
Black with #B6ADD5
Text Example
Text Example
White with #B6ADD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6ADD5; }
p { color: rgb(182,173,213); }
H1.HeaderClassName
{
color: #B6ADD5;
}
.AnyTagClassName
{
color: #B6ADD5;
}
</style>
background-color css
<style>
a { background-color: #B6ADD5; }
a { background-color: rgb(182,173,213); }
div.DivClassName
{
background-color: #B6ADD5;
}
.BgClassName
{
background-color: #B6ADD5;
}
</style>
border-color css
<style>
span { border-color: #B6ADD5; }
span { border-color: rgb(182,173,213); }
td.TdClassName
{
border-color: #B6ADD5;
}
.TagClassName
{
border-color: #B6ADD5;
}
</style>