Shades of Moon Raker #BDABDB
Tints of Moon Raker #BDABDB
RGB
CMYK
RGB Variations
Color information
#BDABDB (or 0xBDABDB) is known color: Moon Raker. HEX triplet: BD, AB and DB. RGB value is (189,171,219). Sum of RGB (Red+Green+Blue) = 189+171+219=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 171 (67.19% from 255 or 29.53% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDABDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDABDB is #425424. Grayscale: #B5B5B5. Windows color (decimal): -4346917 or 14396349. OLE color: 14396349.
HSL color Cylindrical-coordinate representation of color #BDABDB: hue angle of 262.5º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDABDB is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 171 | 219 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.14 |
| HSL | 262.5º | 0.4% | 0.76% | - |
| HSV(B) | 262.5º | 0.22% | 0.86% | - |
| XYZ | 48.34 | 45.06 | 73.17 | - |
| YUV | 181.85 | 148.96 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 219 | 0.14 | 0.22 | 0 | 0.14 | 262.5 | 0.4 | 0.76 |
| Hex | BD | AB | DB | E | 16 | 0 | E | 106 | 28 | 4C |
| Octal | 275 | 253 | 333 | 16 | 26 | 0 | 16 | 406 | 50 | 114 |
| Binary | 10111101 | 10101011 | 11011011 | 1110 | 10110 | 0 | 1110 | 100000110 | 101000 | 1001100 |
Color Harmonies of #BDABDB
Complementary color
Monochromatic Colors of #BDABDB
Black with #BDABDB
Text Example
Text Example
White with #BDABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDABDB; }
p { color: rgb(189,171,219); }
H1.HeaderClassName
{
color: #BDABDB;
}
.AnyTagClassName
{
color: #BDABDB;
}
</style>
background-color css
<style>
a { background-color: #BDABDB; }
a { background-color: rgb(189,171,219); }
div.DivClassName
{
background-color: #BDABDB;
}
.BgClassName
{
background-color: #BDABDB;
}
</style>
border-color css
<style>
span { border-color: #BDABDB; }
span { border-color: rgb(189,171,219); }
td.TdClassName
{
border-color: #BDABDB;
}
.TagClassName
{
border-color: #BDABDB;
}
</style>