Shades of Moon Raker #BDABDE
Tints of Moon Raker #BDABDE
RGB
CMYK
RGB Variations
Color information
#BDABDE (or 0xBDABDE) is known color: Moon Raker. HEX triplet: BD, AB and DE. RGB value is (189,171,222). Sum of RGB (Red+Green+Blue) = 189+171+222=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 171 (67.19% from 255 or 29.38% from 582); Blue value is 222 (87.11% from 255 or 38.14% from 582); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDABDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDABDE is #425421. Grayscale: #B6B6B6. Windows color (decimal): -4346914 or 14592957. OLE color: 14592957.
HSL color Cylindrical-coordinate representation of color #BDABDE: hue angle of 261.18º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDABDE is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 171 | 222 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.13 |
| HSL | 261.18º | 0.44% | 0.77% | - |
| HSV(B) | 261.18º | 0.23% | 0.87% | - |
| XYZ | 48.73 | 45.22 | 75.27 | - |
| YUV | 182.2 | 150.46 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 222 | 0.15 | 0.23 | 0 | 0.13 | 261.18 | 0.44 | 0.77 |
| Hex | BD | AB | DE | F | 17 | 0 | D | 105 | 2C | 4D |
| Octal | 275 | 253 | 336 | 17 | 27 | 0 | 15 | 405 | 54 | 115 |
| Binary | 10111101 | 10101011 | 11011110 | 1111 | 10111 | 0 | 1101 | 100000101 | 101100 | 1001101 |
Color Harmonies of #BDABDE
Complementary color
Monochromatic Colors of #BDABDE
Black with #BDABDE
Text Example
Text Example
White with #BDABDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDABDE; }
p { color: rgb(189,171,222); }
H1.HeaderClassName
{
color: #BDABDE;
}
.AnyTagClassName
{
color: #BDABDE;
}
</style>
background-color css
<style>
a { background-color: #BDABDE; }
a { background-color: rgb(189,171,222); }
div.DivClassName
{
background-color: #BDABDE;
}
.BgClassName
{
background-color: #BDABDE;
}
</style>
border-color css
<style>
span { border-color: #BDABDE; }
span { border-color: rgb(189,171,222); }
td.TdClassName
{
border-color: #BDABDE;
}
.TagClassName
{
border-color: #BDABDE;
}
</style>