Shades of Moon Raker #BDB2D5
Tints of Moon Raker #BDB2D5
RGB
CMYK
RGB Variations
Color information
#BDB2D5 (or 0xBDB2D5) is known color: Moon Raker. HEX triplet: BD, B2 and D5. RGB value is (189,178,213). Sum of RGB (Red+Green+Blue) = 189+178+213=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 178 (69.92% from 255 or 30.69% from 580); Blue value is 213 (83.59% from 255 or 36.72% from 580); Max value from RGB is 213 - color contains mainly: blue. Hex color #BDB2D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB2D5 is #424D2A. Grayscale: #B9B9B9. Windows color (decimal): -4345131 or 14004925. OLE color: 14004925.
HSL color Cylindrical-coordinate representation of color #BDB2D5: hue angle of 258.86º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDB2D5 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 178 | 213 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.16 |
| HSL | 258.86º | 0.29% | 0.77% | - |
| HSV(B) | 258.86º | 0.16% | 0.84% | - |
| XYZ | 48.92 | 47.46 | 69.53 | - |
| YUV | 185.28 | 143.64 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 213 | 0.11 | 0.16 | 0 | 0.16 | 258.86 | 0.29 | 0.77 |
| Hex | BD | B2 | D5 | B | 10 | 0 | 10 | 103 | 1D | 4D |
| Octal | 275 | 262 | 325 | 13 | 20 | 0 | 20 | 403 | 35 | 115 |
| Binary | 10111101 | 10110010 | 11010101 | 1011 | 10000 | 0 | 10000 | 100000011 | 11101 | 1001101 |
Color Harmonies of #BDB2D5
Complementary color
Monochromatic Colors of #BDB2D5
Black with #BDB2D5
Text Example
Text Example
White with #BDB2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB2D5; }
p { color: rgb(189,178,213); }
H1.HeaderClassName
{
color: #BDB2D5;
}
.AnyTagClassName
{
color: #BDB2D5;
}
</style>
background-color css
<style>
a { background-color: #BDB2D5; }
a { background-color: rgb(189,178,213); }
div.DivClassName
{
background-color: #BDB2D5;
}
.BgClassName
{
background-color: #BDB2D5;
}
</style>
border-color css
<style>
span { border-color: #BDB2D5; }
span { border-color: rgb(189,178,213); }
td.TdClassName
{
border-color: #BDB2D5;
}
.TagClassName
{
border-color: #BDB2D5;
}
</style>