Shades of Moon Raker #B6A7DB
Tints of Moon Raker #B6A7DB
RGB
CMYK
RGB Variations
Color information
#B6A7DB (or 0xB6A7DB) is known color: Moon Raker. HEX triplet: B6, A7 and DB. RGB value is (182,167,219). Sum of RGB (Red+Green+Blue) = 182+167+219=568 (75% of max value = 765). Red value is 182 (71.48% from 255 or 32.04% from 568); Green value is 167 (65.62% from 255 or 29.40% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #B6A7DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A7DB is #495824. Grayscale: #B1B1B1. Windows color (decimal): -4806693 or 14395318. OLE color: 14395318.
HSL color Cylindrical-coordinate representation of color #B6A7DB: hue angle of 257.31º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6A7DB is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 167 | 219 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.14 |
| HSL | 257.31º | 0.42% | 0.76% | - |
| HSV(B) | 257.31º | 0.24% | 0.86% | - |
| XYZ | 45.9 | 42.7 | 72.84 | - |
| YUV | 177.41 | 151.47 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 167 | 219 | 0.17 | 0.24 | 0 | 0.14 | 257.31 | 0.42 | 0.76 |
| Hex | B6 | A7 | DB | 11 | 18 | 0 | E | 101 | 2A | 4C |
| Octal | 266 | 247 | 333 | 21 | 30 | 0 | 16 | 401 | 52 | 114 |
| Binary | 10110110 | 10100111 | 11011011 | 10001 | 11000 | 0 | 1110 | 100000001 | 101010 | 1001100 |
Color Harmonies of #B6A7DB
Complementary color
Monochromatic Colors of #B6A7DB
Black with #B6A7DB
Text Example
Text Example
White with #B6A7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A7DB; }
p { color: rgb(182,167,219); }
H1.HeaderClassName
{
color: #B6A7DB;
}
.AnyTagClassName
{
color: #B6A7DB;
}
</style>
background-color css
<style>
a { background-color: #B6A7DB; }
a { background-color: rgb(182,167,219); }
div.DivClassName
{
background-color: #B6A7DB;
}
.BgClassName
{
background-color: #B6A7DB;
}
</style>
border-color css
<style>
span { border-color: #B6A7DB; }
span { border-color: rgb(182,167,219); }
td.TdClassName
{
border-color: #B6A7DB;
}
.TagClassName
{
border-color: #B6A7DB;
}
</style>