Shades of Moon Raker #BDB4D0
Tints of Moon Raker #BDB4D0
RGB
CMYK
RGB Variations
Color information
#BDB4D0 (or 0xBDB4D0) is known color: Moon Raker. HEX triplet: BD, B4 and D0. RGB value is (189,180,208). Sum of RGB (Red+Green+Blue) = 189+180+208=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 180 (70.70% from 255 or 31.20% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 208 - color contains mainly: blue. Hex color #BDB4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB4D0 is #424B2F. Grayscale: #B9B9B9. Windows color (decimal): -4344624 or 13677757. OLE color: 13677757.
HSL color Cylindrical-coordinate representation of color #BDB4D0: hue angle of 259.29º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDB4D0 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 180 | 208 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.18 |
| HSL | 259.29º | 0.23% | 0.76% | - |
| HSV(B) | 259.29º | 0.13% | 0.82% | - |
| XYZ | 48.69 | 48.02 | 66.38 | - |
| YUV | 185.88 | 140.48 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 208 | 0.09 | 0.13 | 0 | 0.18 | 259.29 | 0.23 | 0.76 |
| Hex | BD | B4 | D0 | 9 | D | 0 | 12 | 103 | 17 | 4C |
| Octal | 275 | 264 | 320 | 11 | 15 | 0 | 22 | 403 | 27 | 114 |
| Binary | 10111101 | 10110100 | 11010000 | 1001 | 1101 | 0 | 10010 | 100000011 | 10111 | 1001100 |
Color Harmonies of #BDB4D0
Complementary color
Monochromatic Colors of #BDB4D0
Black with #BDB4D0
Text Example
Text Example
White with #BDB4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB4D0; }
p { color: rgb(189,180,208); }
H1.HeaderClassName
{
color: #BDB4D0;
}
.AnyTagClassName
{
color: #BDB4D0;
}
</style>
background-color css
<style>
a { background-color: #BDB4D0; }
a { background-color: rgb(189,180,208); }
div.DivClassName
{
background-color: #BDB4D0;
}
.BgClassName
{
background-color: #BDB4D0;
}
</style>
border-color css
<style>
span { border-color: #BDB4D0; }
span { border-color: rgb(189,180,208); }
td.TdClassName
{
border-color: #BDB4D0;
}
.TagClassName
{
border-color: #BDB4D0;
}
</style>