Shades of Moon Raker #BDB1CB
Tints of Moon Raker #BDB1CB
RGB
CMYK
RGB Variations
Color information
#BDB1CB (or 0xBDB1CB) is known color: Moon Raker. HEX triplet: BD, B1 and CB. RGB value is (189,177,203). Sum of RGB (Red+Green+Blue) = 189+177+203=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 177 (69.53% from 255 or 31.11% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 203 - color contains mainly: blue. Hex color #BDB1CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB1CB is #424E34. Grayscale: #B7B7B7. Windows color (decimal): -4345397 or 13349309. OLE color: 13349309.
HSL color Cylindrical-coordinate representation of color #BDB1CB: hue angle of 267.69º degrees, saturation: 0.2, 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 #BDB1CB is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 177 | 203 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.20 |
| HSL | 267.69º | 0.2% | 0.75% | - |
| HSV(B) | 267.69º | 0.13% | 0.8% | - |
| XYZ | 47.49 | 46.57 | 62.99 | - |
| YUV | 183.55 | 138.98 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 203 | 0.07 | 0.13 | 0 | 0.20 | 267.69 | 0.2 | 0.75 |
| Hex | BD | B1 | CB | 7 | D | 0 | 14 | 10C | 14 | 4B |
| Octal | 275 | 261 | 313 | 7 | 15 | 0 | 24 | 414 | 24 | 113 |
| Binary | 10111101 | 10110001 | 11001011 | 111 | 1101 | 0 | 10100 | 100001100 | 10100 | 1001011 |
Color Harmonies of #BDB1CB
Complementary color
Monochromatic Colors of #BDB1CB
Black with #BDB1CB
Text Example
Text Example
White with #BDB1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB1CB; }
p { color: rgb(189,177,203); }
H1.HeaderClassName
{
color: #BDB1CB;
}
.AnyTagClassName
{
color: #BDB1CB;
}
</style>
background-color css
<style>
a { background-color: #BDB1CB; }
a { background-color: rgb(189,177,203); }
div.DivClassName
{
background-color: #BDB1CB;
}
.BgClassName
{
background-color: #BDB1CB;
}
</style>
border-color css
<style>
span { border-color: #BDB1CB; }
span { border-color: rgb(189,177,203); }
td.TdClassName
{
border-color: #BDB1CB;
}
.TagClassName
{
border-color: #BDB1CB;
}
</style>