Shades of Moon Raker #BDB0D6
Tints of Moon Raker #BDB0D6
RGB
CMYK
RGB Variations
Color information
#BDB0D6 (or 0xBDB0D6) is known color: Moon Raker. HEX triplet: BD, B0 and D6. RGB value is (189,176,214). Sum of RGB (Red+Green+Blue) = 189+176+214=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 176 (69.14% from 255 or 30.40% from 579); Blue value is 214 (83.98% from 255 or 36.96% from 579); Max value from RGB is 214 - color contains mainly: blue. Hex color #BDB0D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB0D6 is #424F29. Grayscale: #B8B8B8. Windows color (decimal): -4345642 or 14069949. OLE color: 14069949.
HSL color Cylindrical-coordinate representation of color #BDB0D6: hue angle of 260.53º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDB0D6 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 176 | 214 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.16 |
| HSL | 260.53º | 0.32% | 0.76% | - |
| HSV(B) | 260.53º | 0.18% | 0.84% | - |
| XYZ | 48.65 | 46.72 | 70.07 | - |
| YUV | 184.22 | 144.81 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 214 | 0.12 | 0.18 | 0 | 0.16 | 260.53 | 0.32 | 0.76 |
| Hex | BD | B0 | D6 | C | 12 | 0 | 10 | 105 | 20 | 4C |
| Octal | 275 | 260 | 326 | 14 | 22 | 0 | 20 | 405 | 40 | 114 |
| Binary | 10111101 | 10110000 | 11010110 | 1100 | 10010 | 0 | 10000 | 100000101 | 100000 | 1001100 |
Color Harmonies of #BDB0D6
Complementary color
Monochromatic Colors of #BDB0D6
Black with #BDB0D6
Text Example
Text Example
White with #BDB0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB0D6; }
p { color: rgb(189,176,214); }
H1.HeaderClassName
{
color: #BDB0D6;
}
.AnyTagClassName
{
color: #BDB0D6;
}
</style>
background-color css
<style>
a { background-color: #BDB0D6; }
a { background-color: rgb(189,176,214); }
div.DivClassName
{
background-color: #BDB0D6;
}
.BgClassName
{
background-color: #BDB0D6;
}
</style>
border-color css
<style>
span { border-color: #BDB0D6; }
span { border-color: rgb(189,176,214); }
td.TdClassName
{
border-color: #BDB0D6;
}
.TagClassName
{
border-color: #BDB0D6;
}
</style>