Shades of Moon Raker #BDB1DB
Tints of Moon Raker #BDB1DB
RGB
CMYK
RGB Variations
Color information
#BDB1DB (or 0xBDB1DB) is known color: Moon Raker. HEX triplet: BD, B1 and DB. RGB value is (189,177,219). Sum of RGB (Red+Green+Blue) = 189+177+219=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 177 (69.53% from 255 or 30.26% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDB1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB1DB is #424E24. Grayscale: #B9B9B9. Windows color (decimal): -4345381 or 14397885. OLE color: 14397885.
HSL color Cylindrical-coordinate representation of color #BDB1DB: hue angle of 257.14º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDB1DB is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 177 | 219 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.14 |
| HSL | 257.14º | 0.37% | 0.78% | - |
| HSV(B) | 257.14º | 0.19% | 0.86% | - |
| XYZ | 49.49 | 47.38 | 73.55 | - |
| YUV | 185.38 | 146.98 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 219 | 0.14 | 0.19 | 0 | 0.14 | 257.14 | 0.37 | 0.78 |
| Hex | BD | B1 | DB | E | 13 | 0 | E | 101 | 25 | 4E |
| Octal | 275 | 261 | 333 | 16 | 23 | 0 | 16 | 401 | 45 | 116 |
| Binary | 10111101 | 10110001 | 11011011 | 1110 | 10011 | 0 | 1110 | 100000001 | 100101 | 1001110 |
Color Harmonies of #BDB1DB
Complementary color
Monochromatic Colors of #BDB1DB
Black with #BDB1DB
Text Example
Text Example
White with #BDB1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB1DB; }
p { color: rgb(189,177,219); }
H1.HeaderClassName
{
color: #BDB1DB;
}
.AnyTagClassName
{
color: #BDB1DB;
}
</style>
background-color css
<style>
a { background-color: #BDB1DB; }
a { background-color: rgb(189,177,219); }
div.DivClassName
{
background-color: #BDB1DB;
}
.BgClassName
{
background-color: #BDB1DB;
}
</style>
border-color css
<style>
span { border-color: #BDB1DB; }
span { border-color: rgb(189,177,219); }
td.TdClassName
{
border-color: #BDB1DB;
}
.TagClassName
{
border-color: #BDB1DB;
}
</style>