Shades of Moon Raker #BDB2CD
Tints of Moon Raker #BDB2CD
RGB
CMYK
RGB Variations
Color information
#BDB2CD (or 0xBDB2CD) is known color: Moon Raker. HEX triplet: BD, B2 and CD. RGB value is (189,178,205). Sum of RGB (Red+Green+Blue) = 189+178+205=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 178 (69.92% from 255 or 31.12% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 205 - color contains mainly: blue. Hex color #BDB2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB2CD is #424D32. Grayscale: #B8B8B8. Windows color (decimal): -4345139 or 13480637. OLE color: 13480637.
HSL color Cylindrical-coordinate representation of color #BDB2CD: hue angle of 264.44º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDB2CD is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 189 | 178 | 205 | - |
CMYK | 0.08 | 0.13 | 0 | 0.20 |
HSL | 264.44º | 0.21% | 0.75% | - |
HSV(B) | 264.44º | 0.13% | 0.8% | - |
XYZ | 47.93 | 47.07 | 64.32 | - |
YUV | 184.37 | 139.64 | 131.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 178 | 205 | 0.08 | 0.13 | 0 | 0.20 | 264.44 | 0.21 | 0.75 |
Hex | BD | B2 | CD | 8 | D | 0 | 14 | 108 | 15 | 4B |
Octal | 275 | 262 | 315 | 10 | 15 | 0 | 24 | 410 | 25 | 113 |
Binary | 10111101 | 10110010 | 11001101 | 1000 | 1101 | 0 | 10100 | 100001000 | 10101 | 1001011 |
Color Harmonies of #BDB2CD
Complementary color
Monochromatic Colors of #BDB2CD
Black with #BDB2CD
Text Example
Text Example
White with #BDB2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB2CD; }
p { color: rgb(189,178,205); }
H1.HeaderClassName
{
color: #BDB2CD;
}
.AnyTagClassName
{
color: #BDB2CD;
}
</style>
background-color css
<style>
a { background-color: #BDB2CD; }
a { background-color: rgb(189,178,205); }
div.DivClassName
{
background-color: #BDB2CD;
}
.BgClassName
{
background-color: #BDB2CD;
}
</style>
border-color css
<style>
span { border-color: #BDB2CD; }
span { border-color: rgb(189,178,205); }
td.TdClassName
{
border-color: #BDB2CD;
}
.TagClassName
{
border-color: #BDB2CD;
}
</style>