Shades of Moon Raker #B7ADD4
Tints of Moon Raker #B7ADD4
RGB
CMYK
RGB Variations
Color information
#B7ADD4 (or 0xB7ADD4) is known color: Moon Raker. HEX triplet: B7, AD and D4. RGB value is (183,173,212). Sum of RGB (Red+Green+Blue) = 183+173+212=568 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.22% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 212 (83.20% from 255 or 37.32% from 568); Max value from RGB is 212 - color contains mainly: blue. Hex color #B7ADD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7ADD4 is #48522B. Grayscale: #B4B4B4. Windows color (decimal): -4739628 or 13938103. OLE color: 13938103.
HSL color Cylindrical-coordinate representation of color #B7ADD4: hue angle of 255.38º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7ADD4 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 173 | 212 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.17 |
| HSL | 255.38º | 0.31% | 0.75% | - |
| HSV(B) | 255.38º | 0.18% | 0.83% | - |
| XYZ | 46.36 | 44.71 | 68.47 | - |
| YUV | 180.44 | 145.81 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 173 | 212 | 0.14 | 0.18 | 0 | 0.17 | 255.38 | 0.31 | 0.75 |
| Hex | B7 | AD | D4 | E | 12 | 0 | 11 | FF | 1F | 4B |
| Octal | 267 | 255 | 324 | 16 | 22 | 0 | 21 | 377 | 37 | 113 |
| Binary | 10110111 | 10101101 | 11010100 | 1110 | 10010 | 0 | 10001 | 11111111 | 11111 | 1001011 |
Color Harmonies of #B7ADD4
Complementary color
Monochromatic Colors of #B7ADD4
Black with #B7ADD4
Text Example
Text Example
White with #B7ADD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7ADD4; }
p { color: rgb(183,173,212); }
H1.HeaderClassName
{
color: #B7ADD4;
}
.AnyTagClassName
{
color: #B7ADD4;
}
</style>
background-color css
<style>
a { background-color: #B7ADD4; }
a { background-color: rgb(183,173,212); }
div.DivClassName
{
background-color: #B7ADD4;
}
.BgClassName
{
background-color: #B7ADD4;
}
</style>
border-color css
<style>
span { border-color: #B7ADD4; }
span { border-color: rgb(183,173,212); }
td.TdClassName
{
border-color: #B7ADD4;
}
.TagClassName
{
border-color: #B7ADD4;
}
</style>