Shades of Moon Raker #BDB4CE
Tints of Moon Raker #BDB4CE
RGB
CMYK
RGB Variations
Color information
#BDB4CE (or 0xBDB4CE) is known color: Moon Raker. HEX triplet: BD, B4 and CE. RGB value is (189,180,206). Sum of RGB (Red+Green+Blue) = 189+180+206=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 180 (70.70% from 255 or 31.30% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDB4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB4CE is #424B31. Grayscale: #B9B9B9. Windows color (decimal): -4344626 or 13546685. OLE color: 13546685.
HSL color Cylindrical-coordinate representation of color #BDB4CE: hue angle of 260.77º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDB4CE is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 180 | 206 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.19 |
| HSL | 260.77º | 0.21% | 0.76% | - |
| HSV(B) | 260.77º | 0.13% | 0.81% | - |
| XYZ | 48.45 | 47.92 | 65.09 | - |
| YUV | 185.66 | 139.48 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 206 | 0.08 | 0.13 | 0 | 0.19 | 260.77 | 0.21 | 0.76 |
| Hex | BD | B4 | CE | 8 | D | 0 | 13 | 105 | 15 | 4C |
| Octal | 275 | 264 | 316 | 10 | 15 | 0 | 23 | 405 | 25 | 114 |
| Binary | 10111101 | 10110100 | 11001110 | 1000 | 1101 | 0 | 10011 | 100000101 | 10101 | 1001100 |
Color Harmonies of #BDB4CE
Complementary color
Monochromatic Colors of #BDB4CE
Black with #BDB4CE
Text Example
Text Example
White with #BDB4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB4CE; }
p { color: rgb(189,180,206); }
H1.HeaderClassName
{
color: #BDB4CE;
}
.AnyTagClassName
{
color: #BDB4CE;
}
</style>
background-color css
<style>
a { background-color: #BDB4CE; }
a { background-color: rgb(189,180,206); }
div.DivClassName
{
background-color: #BDB4CE;
}
.BgClassName
{
background-color: #BDB4CE;
}
</style>
border-color css
<style>
span { border-color: #BDB4CE; }
span { border-color: rgb(189,180,206); }
td.TdClassName
{
border-color: #BDB4CE;
}
.TagClassName
{
border-color: #BDB4CE;
}
</style>