Shades of Moon Raker #BDB2CE
Tints of Moon Raker #BDB2CE
RGB
CMYK
RGB Variations
Color information
#BDB2CE (or 0xBDB2CE) is known color: Moon Raker. HEX triplet: BD, B2 and CE. RGB value is (189,178,206). Sum of RGB (Red+Green+Blue) = 189+178+206=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 178 (69.92% from 255 or 31.06% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDB2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB2CE is #424D31. Grayscale: #B8B8B8. Windows color (decimal): -4345138 or 13546173. OLE color: 13546173.
HSL color Cylindrical-coordinate representation of color #BDB2CE: hue angle of 263.57º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDB2CE is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 178 | 206 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.19 |
| HSL | 263.57º | 0.22% | 0.75% | - |
| HSV(B) | 263.57º | 0.14% | 0.81% | - |
| XYZ | 48.05 | 47.12 | 64.95 | - |
| YUV | 184.48 | 140.14 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 206 | 0.08 | 0.14 | 0 | 0.19 | 263.57 | 0.22 | 0.75 |
| Hex | BD | B2 | CE | 8 | E | 0 | 13 | 108 | 16 | 4B |
| Octal | 275 | 262 | 316 | 10 | 16 | 0 | 23 | 410 | 26 | 113 |
| Binary | 10111101 | 10110010 | 11001110 | 1000 | 1110 | 0 | 10011 | 100001000 | 10110 | 1001011 |
Color Harmonies of #BDB2CE
Complementary color
Monochromatic Colors of #BDB2CE
Black with #BDB2CE
Text Example
Text Example
White with #BDB2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB2CE; }
p { color: rgb(189,178,206); }
H1.HeaderClassName
{
color: #BDB2CE;
}
.AnyTagClassName
{
color: #BDB2CE;
}
</style>
background-color css
<style>
a { background-color: #BDB2CE; }
a { background-color: rgb(189,178,206); }
div.DivClassName
{
background-color: #BDB2CE;
}
.BgClassName
{
background-color: #BDB2CE;
}
</style>
border-color css
<style>
span { border-color: #BDB2CE; }
span { border-color: rgb(189,178,206); }
td.TdClassName
{
border-color: #BDB2CE;
}
.TagClassName
{
border-color: #BDB2CE;
}
</style>