Shades of Moon Raker #B6ADCD
Tints of Moon Raker #B6ADCD
RGB
CMYK
RGB Variations
Color information
#B6ADCD (or 0xB6ADCD) is known color: Moon Raker. HEX triplet: B6, AD and CD. RGB value is (182,173,205). Sum of RGB (Red+Green+Blue) = 182+173+205=560 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.5% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 205 - color contains mainly: blue. Hex color #B6ADCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ADCD is #495232. Grayscale: #B3B3B3. Windows color (decimal): -4805171 or 13479350. OLE color: 13479350.
HSL color Cylindrical-coordinate representation of color #B6ADCD: hue angle of 256.88º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B6ADCD is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 173 | 205 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.20 |
| HSL | 256.88º | 0.24% | 0.74% | - |
| HSV(B) | 256.88º | 0.16% | 0.8% | - |
| XYZ | 45.25 | 44.24 | 63.91 | - |
| YUV | 179.34 | 142.48 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 173 | 205 | 0.11 | 0.16 | 0 | 0.20 | 256.88 | 0.24 | 0.74 |
| Hex | B6 | AD | CD | B | 10 | 0 | 14 | 101 | 18 | 4A |
| Octal | 266 | 255 | 315 | 13 | 20 | 0 | 24 | 401 | 30 | 112 |
| Binary | 10110110 | 10101101 | 11001101 | 1011 | 10000 | 0 | 10100 | 100000001 | 11000 | 1001010 |
Color Harmonies of #B6ADCD
Complementary color
Monochromatic Colors of #B6ADCD
Black with #B6ADCD
Text Example
Text Example
White with #B6ADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6ADCD; }
p { color: rgb(182,173,205); }
H1.HeaderClassName
{
color: #B6ADCD;
}
.AnyTagClassName
{
color: #B6ADCD;
}
</style>
background-color css
<style>
a { background-color: #B6ADCD; }
a { background-color: rgb(182,173,205); }
div.DivClassName
{
background-color: #B6ADCD;
}
.BgClassName
{
background-color: #B6ADCD;
}
</style>
border-color css
<style>
span { border-color: #B6ADCD; }
span { border-color: rgb(182,173,205); }
td.TdClassName
{
border-color: #B6ADCD;
}
.TagClassName
{
border-color: #B6ADCD;
}
</style>