Shades of Prelude #C9BFCC
Tints of Prelude #C9BFCC
RGB
CMYK
RGB Variations
Color information
#C9BFCC (or 0xC9BFCC) is known color: Prelude. HEX triplet: C9, BF and CC. RGB value is (201,191,204). Sum of RGB (Red+Green+Blue) = 201+191+204=596 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.72% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 204 - color contains mainly: blue. Hex color #C9BFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BFCC is #364033. Grayscale: #C3C3C3. Windows color (decimal): -3555380 or 13418441. OLE color: 13418441.
HSL color Cylindrical-coordinate representation of color #C9BFCC: hue angle of 286.15º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C9BFCC is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 191 | 204 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.2 |
| HSL | 286.15º | 0.11% | 0.77% | - |
| HSV(B) | 286.15º | 0.06% | 0.8% | - |
| XYZ | 53.62 | 54.04 | 64.73 | - |
| YUV | 195.47 | 132.81 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 191 | 204 | 0.01 | 0.06 | 0 | 0.2 | 286.15 | 0.11 | 0.77 |
| Hex | C9 | BF | CC | 1 | 6 | 0 | 14 | 11E | B | 4D |
| Octal | 311 | 277 | 314 | 1 | 6 | 0 | 24 | 436 | 13 | 115 |
| Binary | 11001001 | 10111111 | 11001100 | 1 | 110 | 0 | 10100 | 100011110 | 1011 | 1001101 |
Color Harmonies of #C9BFCC
Complementary color
Monochromatic Colors of #C9BFCC
Black with #C9BFCC
Text Example
Text Example
White with #C9BFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BFCC; }
p { color: rgb(201,191,204); }
H1.HeaderClassName
{
color: #C9BFCC;
}
.AnyTagClassName
{
color: #C9BFCC;
}
</style>
background-color css
<style>
a { background-color: #C9BFCC; }
a { background-color: rgb(201,191,204); }
div.DivClassName
{
background-color: #C9BFCC;
}
.BgClassName
{
background-color: #C9BFCC;
}
</style>
border-color css
<style>
span { border-color: #C9BFCC; }
span { border-color: rgb(201,191,204); }
td.TdClassName
{
border-color: #C9BFCC;
}
.TagClassName
{
border-color: #C9BFCC;
}
</style>