Shades of Prelude #C9BBCC
Tints of Prelude #C9BBCC
RGB
CMYK
RGB Variations
Color information
#C9BBCC (or 0xC9BBCC) is known color: Prelude. HEX triplet: C9, BB and CC. RGB value is (201,187,204). Sum of RGB (Red+Green+Blue) = 201+187+204=592 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.95% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 204 - color contains mainly: blue. Hex color #C9BBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BBCC is #364433. Grayscale: #C1C1C1. Windows color (decimal): -3556404 or 13417417. OLE color: 13417417.
HSL color Cylindrical-coordinate representation of color #C9BBCC: hue angle of 289.41º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9BBCC is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 201 | 187 | 204 | - |
CMYK | 0.01 | 0.08 | 0 | 0.2 |
HSL | 289.41º | 0.14% | 0.77% | - |
HSV(B) | 289.41º | 0.08% | 0.8% | - |
XYZ | 52.76 | 52.32 | 64.44 | - |
YUV | 193.12 | 134.14 | 133.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 187 | 204 | 0.01 | 0.08 | 0 | 0.2 | 289.41 | 0.14 | 0.77 |
Hex | C9 | BB | CC | 1 | 8 | 0 | 14 | 121 | E | 4D |
Octal | 311 | 273 | 314 | 1 | 10 | 0 | 24 | 441 | 16 | 115 |
Binary | 11001001 | 10111011 | 11001100 | 1 | 1000 | 0 | 10100 | 100100001 | 1110 | 1001101 |
Color Harmonies of #C9BBCC
Complementary color
Monochromatic Colors of #C9BBCC
Black with #C9BBCC
Text Example
Text Example
White with #C9BBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BBCC; }
p { color: rgb(201,187,204); }
H1.HeaderClassName
{
color: #C9BBCC;
}
.AnyTagClassName
{
color: #C9BBCC;
}
</style>
background-color css
<style>
a { background-color: #C9BBCC; }
a { background-color: rgb(201,187,204); }
div.DivClassName
{
background-color: #C9BBCC;
}
.BgClassName
{
background-color: #C9BBCC;
}
</style>
border-color css
<style>
span { border-color: #C9BBCC; }
span { border-color: rgb(201,187,204); }
td.TdClassName
{
border-color: #C9BBCC;
}
.TagClassName
{
border-color: #C9BBCC;
}
</style>