Shades of Moon Raker #BDB2D1
Tints of Moon Raker #BDB2D1
RGB
CMYK
RGB Variations
Color information
#BDB2D1 (or 0xBDB2D1) is known color: Moon Raker. HEX triplet: BD, B2 and D1. RGB value is (189,178,209). Sum of RGB (Red+Green+Blue) = 189+178+209=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 178 (69.92% from 255 or 30.90% from 576); Blue value is 209 (82.03% from 255 or 36.28% from 576); Max value from RGB is 209 - color contains mainly: blue. Hex color #BDB2D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB2D1 is #424D2E. Grayscale: #B8B8B8. Windows color (decimal): -4345135 or 13742781. OLE color: 13742781.
HSL color Cylindrical-coordinate representation of color #BDB2D1: hue angle of 261.29º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDB2D1 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 189 | 178 | 209 | - |
CMYK | 0.10 | 0.15 | 0 | 0.18 |
HSL | 261.29º | 0.25% | 0.76% | - |
HSV(B) | 261.29º | 0.15% | 0.82% | - |
XYZ | 48.42 | 47.26 | 66.89 | - |
YUV | 184.82 | 141.64 | 130.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 178 | 209 | 0.10 | 0.15 | 0 | 0.18 | 261.29 | 0.25 | 0.76 |
Hex | BD | B2 | D1 | A | F | 0 | 12 | 105 | 19 | 4C |
Octal | 275 | 262 | 321 | 12 | 17 | 0 | 22 | 405 | 31 | 114 |
Binary | 10111101 | 10110010 | 11010001 | 1010 | 1111 | 0 | 10010 | 100000101 | 11001 | 1001100 |
Color Harmonies of #BDB2D1
Complementary color
Monochromatic Colors of #BDB2D1
Black with #BDB2D1
Text Example
Text Example
White with #BDB2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB2D1; }
p { color: rgb(189,178,209); }
H1.HeaderClassName
{
color: #BDB2D1;
}
.AnyTagClassName
{
color: #BDB2D1;
}
</style>
background-color css
<style>
a { background-color: #BDB2D1; }
a { background-color: rgb(189,178,209); }
div.DivClassName
{
background-color: #BDB2D1;
}
.BgClassName
{
background-color: #BDB2D1;
}
</style>
border-color css
<style>
span { border-color: #BDB2D1; }
span { border-color: rgb(189,178,209); }
td.TdClassName
{
border-color: #BDB2D1;
}
.TagClassName
{
border-color: #BDB2D1;
}
</style>