Shades of Moon Raker #BDB4D3
Tints of Moon Raker #BDB4D3
RGB
CMYK
RGB Variations
Color information
#BDB4D3 (or 0xBDB4D3) is known color: Moon Raker. HEX triplet: BD, B4 and D3. RGB value is (189,180,211). Sum of RGB (Red+Green+Blue) = 189+180+211=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 180 (70.70% from 255 or 31.03% from 580); Blue value is 211 (82.81% from 255 or 36.38% from 580); Max value from RGB is 211 - color contains mainly: blue. Hex color #BDB4D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB4D3 is #424B2C. Grayscale: #BABABA. Windows color (decimal): -4344621 or 13874365. OLE color: 13874365.
HSL color Cylindrical-coordinate representation of color #BDB4D3: hue angle of 257.42º degrees, saturation: 0.26, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDB4D3 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 180 | 211 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.17 |
| HSL | 257.42º | 0.26% | 0.77% | - |
| HSV(B) | 257.42º | 0.15% | 0.83% | - |
| XYZ | 49.07 | 48.16 | 68.34 | - |
| YUV | 186.23 | 141.98 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 211 | 0.10 | 0.15 | 0 | 0.17 | 257.42 | 0.26 | 0.77 |
| Hex | BD | B4 | D3 | A | F | 0 | 11 | 101 | 1A | 4D |
| Octal | 275 | 264 | 323 | 12 | 17 | 0 | 21 | 401 | 32 | 115 |
| Binary | 10111101 | 10110100 | 11010011 | 1010 | 1111 | 0 | 10001 | 100000001 | 11010 | 1001101 |
Color Harmonies of #BDB4D3
Complementary color
Monochromatic Colors of #BDB4D3
Black with #BDB4D3
Text Example
Text Example
White with #BDB4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB4D3; }
p { color: rgb(189,180,211); }
H1.HeaderClassName
{
color: #BDB4D3;
}
.AnyTagClassName
{
color: #BDB4D3;
}
</style>
background-color css
<style>
a { background-color: #BDB4D3; }
a { background-color: rgb(189,180,211); }
div.DivClassName
{
background-color: #BDB4D3;
}
.BgClassName
{
background-color: #BDB4D3;
}
</style>
border-color css
<style>
span { border-color: #BDB4D3; }
span { border-color: rgb(189,180,211); }
td.TdClassName
{
border-color: #BDB4D3;
}
.TagClassName
{
border-color: #BDB4D3;
}
</style>