Shades of Moon Raker #C2BBD1
Tints of Moon Raker #C2BBD1
RGB
CMYK
RGB Variations
Color information
#C2BBD1 (or 0xC2BBD1) is known color: Moon Raker. HEX triplet: C2, BB and D1. RGB value is (194,187,209). Sum of RGB (Red+Green+Blue) = 194+187+209=590 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.88% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 209 (82.03% from 255 or 35.42% from 590); Max value from RGB is 209 - color contains mainly: blue. Hex color #C2BBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BBD1 is #3D442E. Grayscale: #BFBFBF. Windows color (decimal): -4015151 or 13745090. OLE color: 13745090.
HSL color Cylindrical-coordinate representation of color #C2BBD1: hue angle of 259.09º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2BBD1 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 187 | 209 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.18 |
| HSL | 259.09º | 0.19% | 0.78% | - |
| HSV(B) | 259.09º | 0.11% | 0.82% | - |
| XYZ | 51.53 | 51.61 | 67.57 | - |
| YUV | 191.6 | 137.82 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 209 | 0.07 | 0.11 | 0 | 0.18 | 259.09 | 0.19 | 0.78 |
| Hex | C2 | BB | D1 | 7 | B | 0 | 12 | 103 | 13 | 4E |
| Octal | 302 | 273 | 321 | 7 | 13 | 0 | 22 | 403 | 23 | 116 |
| Binary | 11000010 | 10111011 | 11010001 | 111 | 1011 | 0 | 10010 | 100000011 | 10011 | 1001110 |
Color Harmonies of #C2BBD1
Complementary color
Monochromatic Colors of #C2BBD1
Black with #C2BBD1
Text Example
Text Example
White with #C2BBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BBD1; }
p { color: rgb(194,187,209); }
H1.HeaderClassName
{
color: #C2BBD1;
}
.AnyTagClassName
{
color: #C2BBD1;
}
</style>
background-color css
<style>
a { background-color: #C2BBD1; }
a { background-color: rgb(194,187,209); }
div.DivClassName
{
background-color: #C2BBD1;
}
.BgClassName
{
background-color: #C2BBD1;
}
</style>
border-color css
<style>
span { border-color: #C2BBD1; }
span { border-color: rgb(194,187,209); }
td.TdClassName
{
border-color: #C2BBD1;
}
.TagClassName
{
border-color: #C2BBD1;
}
</style>