Shades of Moon Raker #B7ADCD
Tints of Moon Raker #B7ADCD
RGB
CMYK
RGB Variations
Color information
#B7ADCD (or 0xB7ADCD) is known color: Moon Raker. HEX triplet: B7, AD and CD. RGB value is (183,173,205). Sum of RGB (Red+Green+Blue) = 183+173+205=561 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.62% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 205 - color contains mainly: blue. Hex color #B7ADCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7ADCD is #485232. Grayscale: #B3B3B3. Windows color (decimal): -4739635 or 13479351. OLE color: 13479351.
HSL color Cylindrical-coordinate representation of color #B7ADCD: hue angle of 258.75º 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 #B7ADCD is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 183 | 173 | 205 | - |
CMYK | 0.11 | 0.16 | 0 | 0.20 |
HSL | 258.75º | 0.24% | 0.74% | - |
HSV(B) | 258.75º | 0.16% | 0.8% | - |
XYZ | 45.49 | 44.36 | 63.92 | - |
YUV | 179.64 | 142.31 | 130.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 173 | 205 | 0.11 | 0.16 | 0 | 0.20 | 258.75 | 0.24 | 0.74 |
Hex | B7 | AD | CD | B | 10 | 0 | 14 | 103 | 18 | 4A |
Octal | 267 | 255 | 315 | 13 | 20 | 0 | 24 | 403 | 30 | 112 |
Binary | 10110111 | 10101101 | 11001101 | 1011 | 10000 | 0 | 10100 | 100000011 | 11000 | 1001010 |
Color Harmonies of #B7ADCD
Complementary color
Monochromatic Colors of #B7ADCD
Black with #B7ADCD
Text Example
Text Example
White with #B7ADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7ADCD; }
p { color: rgb(183,173,205); }
H1.HeaderClassName
{
color: #B7ADCD;
}
.AnyTagClassName
{
color: #B7ADCD;
}
</style>
background-color css
<style>
a { background-color: #B7ADCD; }
a { background-color: rgb(183,173,205); }
div.DivClassName
{
background-color: #B7ADCD;
}
.BgClassName
{
background-color: #B7ADCD;
}
</style>
border-color css
<style>
span { border-color: #B7ADCD; }
span { border-color: rgb(183,173,205); }
td.TdClassName
{
border-color: #B7ADCD;
}
.TagClassName
{
border-color: #B7ADCD;
}
</style>