Shades of Prelude #C9BBCD
Tints of Prelude #C9BBCD
RGB
CMYK
RGB Variations
Color information
#C9BBCD (or 0xC9BBCD) is known color: Prelude. HEX triplet: C9, BB and CD. RGB value is (201,187,205). Sum of RGB (Red+Green+Blue) = 201+187+205=593 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.90% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 205 - color contains mainly: blue. Hex color #C9BBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BBCD is #364432. Grayscale: #C1C1C1. Windows color (decimal): -3556403 or 13482953. OLE color: 13482953.
HSL color Cylindrical-coordinate representation of color #C9BBCD: hue angle of 286.67º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9BBCD is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 201 | 187 | 205 | - |
CMYK | 0.02 | 0.09 | 0 | 0.20 |
HSL | 286.67º | 0.15% | 0.77% | - |
HSV(B) | 286.67º | 0.09% | 0.8% | - |
XYZ | 52.88 | 52.37 | 65.08 | - |
YUV | 193.24 | 134.64 | 133.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 187 | 205 | 0.02 | 0.09 | 0 | 0.20 | 286.67 | 0.15 | 0.77 |
Hex | C9 | BB | CD | 2 | 9 | 0 | 14 | 11F | F | 4D |
Octal | 311 | 273 | 315 | 2 | 11 | 0 | 24 | 437 | 17 | 115 |
Binary | 11001001 | 10111011 | 11001101 | 10 | 1001 | 0 | 10100 | 100011111 | 1111 | 1001101 |
Color Harmonies of #C9BBCD
Complementary color
Monochromatic Colors of #C9BBCD
Black with #C9BBCD
Text Example
Text Example
White with #C9BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BBCD; }
p { color: rgb(201,187,205); }
H1.HeaderClassName
{
color: #C9BBCD;
}
.AnyTagClassName
{
color: #C9BBCD;
}
</style>
background-color css
<style>
a { background-color: #C9BBCD; }
a { background-color: rgb(201,187,205); }
div.DivClassName
{
background-color: #C9BBCD;
}
.BgClassName
{
background-color: #C9BBCD;
}
</style>
border-color css
<style>
span { border-color: #C9BBCD; }
span { border-color: rgb(201,187,205); }
td.TdClassName
{
border-color: #C9BBCD;
}
.TagClassName
{
border-color: #C9BBCD;
}
</style>