Shades of Moon Raker #BDB4D2
Tints of Moon Raker #BDB4D2
RGB
CMYK
RGB Variations
Color information
#BDB4D2 (or 0xBDB4D2) is known color: Moon Raker. HEX triplet: BD, B4 and D2. RGB value is (189,180,210). Sum of RGB (Red+Green+Blue) = 189+180+210=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 180 (70.70% from 255 or 31.09% from 579); Blue value is 210 (82.42% from 255 or 36.27% from 579); Max value from RGB is 210 - color contains mainly: blue. Hex color #BDB4D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB4D2 is #424B2D. Grayscale: #B9B9B9. Windows color (decimal): -4344622 or 13808829. OLE color: 13808829.
HSL color Cylindrical-coordinate representation of color #BDB4D2: hue angle of 258º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDB4D2 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 180 | 210 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.18 |
| HSL | 258º | 0.25% | 0.76% | - |
| HSV(B) | 258º | 0.14% | 0.82% | - |
| XYZ | 48.94 | 48.11 | 67.68 | - |
| YUV | 186.11 | 141.48 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 210 | 0.10 | 0.14 | 0 | 0.18 | 258 | 0.25 | 0.76 |
| Hex | BD | B4 | D2 | A | E | 0 | 12 | 102 | 19 | 4C |
| Octal | 275 | 264 | 322 | 12 | 16 | 0 | 22 | 402 | 31 | 114 |
| Binary | 10111101 | 10110100 | 11010010 | 1010 | 1110 | 0 | 10010 | 100000010 | 11001 | 1001100 |
Color Harmonies of #BDB4D2
Complementary color
Monochromatic Colors of #BDB4D2
Black with #BDB4D2
Text Example
Text Example
White with #BDB4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB4D2; }
p { color: rgb(189,180,210); }
H1.HeaderClassName
{
color: #BDB4D2;
}
.AnyTagClassName
{
color: #BDB4D2;
}
</style>
background-color css
<style>
a { background-color: #BDB4D2; }
a { background-color: rgb(189,180,210); }
div.DivClassName
{
background-color: #BDB4D2;
}
.BgClassName
{
background-color: #BDB4D2;
}
</style>
border-color css
<style>
span { border-color: #BDB4D2; }
span { border-color: rgb(189,180,210); }
td.TdClassName
{
border-color: #BDB4D2;
}
.TagClassName
{
border-color: #BDB4D2;
}
</style>