Shades of Moon Raker #BDB4CD
Tints of Moon Raker #BDB4CD
RGB
CMYK
RGB Variations
Color information
#BDB4CD (or 0xBDB4CD) is known color: Moon Raker. HEX triplet: BD, B4 and CD. RGB value is (189,180,205). Sum of RGB (Red+Green+Blue) = 189+180+205=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 180 (70.70% from 255 or 31.36% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 205 - color contains mainly: blue. Hex color #BDB4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB4CD is #424B32. Grayscale: #B9B9B9. Windows color (decimal): -4344627 or 13481149. OLE color: 13481149.
HSL color Cylindrical-coordinate representation of color #BDB4CD: hue angle of 261.6º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDB4CD is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 180 | 205 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.20 |
| HSL | 261.6º | 0.2% | 0.75% | - |
| HSV(B) | 261.6º | 0.12% | 0.8% | - |
| XYZ | 48.33 | 47.87 | 64.45 | - |
| YUV | 185.54 | 138.98 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 205 | 0.08 | 0.12 | 0 | 0.20 | 261.6 | 0.2 | 0.75 |
| Hex | BD | B4 | CD | 8 | C | 0 | 14 | 106 | 14 | 4B |
| Octal | 275 | 264 | 315 | 10 | 14 | 0 | 24 | 406 | 24 | 113 |
| Binary | 10111101 | 10110100 | 11001101 | 1000 | 1100 | 0 | 10100 | 100000110 | 10100 | 1001011 |
Color Harmonies of #BDB4CD
Complementary color
Monochromatic Colors of #BDB4CD
Black with #BDB4CD
Text Example
Text Example
White with #BDB4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB4CD; }
p { color: rgb(189,180,205); }
H1.HeaderClassName
{
color: #BDB4CD;
}
.AnyTagClassName
{
color: #BDB4CD;
}
</style>
background-color css
<style>
a { background-color: #BDB4CD; }
a { background-color: rgb(189,180,205); }
div.DivClassName
{
background-color: #BDB4CD;
}
.BgClassName
{
background-color: #BDB4CD;
}
</style>
border-color css
<style>
span { border-color: #BDB4CD; }
span { border-color: rgb(189,180,205); }
td.TdClassName
{
border-color: #BDB4CD;
}
.TagClassName
{
border-color: #BDB4CD;
}
</style>