Shades of Prelude #C7BBC9
Tints of Prelude #C7BBC9
RGB
CMYK
RGB Variations
Color information
#C7BBC9 (or 0xC7BBC9) is known color: Prelude. HEX triplet: C7, BB and C9. RGB value is (199,187,201). Sum of RGB (Red+Green+Blue) = 199+187+201=587 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.90% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 201 (78.91% from 255 or 34.24% from 587); Max value from RGB is 201 - color contains mainly: blue. Hex color #C7BBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BBC9 is #384436. Grayscale: #C0C0C0. Windows color (decimal): -3687479 or 13220807. OLE color: 13220807.
HSL color Cylindrical-coordinate representation of color #C7BBC9: hue angle of 291.43º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C7BBC9 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 199 | 187 | 201 | - |
CMYK | 0.01 | 0.07 | 0 | 0.21 |
HSL | 291.43º | 0.11% | 0.76% | - |
HSV(B) | 291.43º | 0.07% | 0.79% | - |
XYZ | 51.87 | 51.9 | 62.54 | - |
YUV | 192.18 | 132.98 | 132.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 187 | 201 | 0.01 | 0.07 | 0 | 0.21 | 291.43 | 0.11 | 0.76 |
Hex | C7 | BB | C9 | 1 | 7 | 0 | 15 | 123 | B | 4C |
Octal | 307 | 273 | 311 | 1 | 7 | 0 | 25 | 443 | 13 | 114 |
Binary | 11000111 | 10111011 | 11001001 | 1 | 111 | 0 | 10101 | 100100011 | 1011 | 1001100 |
Color Harmonies of #C7BBC9
Complementary color
Monochromatic Colors of #C7BBC9
Black with #C7BBC9
Text Example
Text Example
White with #C7BBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BBC9; }
p { color: rgb(199,187,201); }
H1.HeaderClassName
{
color: #C7BBC9;
}
.AnyTagClassName
{
color: #C7BBC9;
}
</style>
background-color css
<style>
a { background-color: #C7BBC9; }
a { background-color: rgb(199,187,201); }
div.DivClassName
{
background-color: #C7BBC9;
}
.BgClassName
{
background-color: #C7BBC9;
}
</style>
border-color css
<style>
span { border-color: #C7BBC9; }
span { border-color: rgb(199,187,201); }
td.TdClassName
{
border-color: #C7BBC9;
}
.TagClassName
{
border-color: #C7BBC9;
}
</style>