Shades of Prelude #C1B9C4
Tints of Prelude #C1B9C4
RGB
CMYK
RGB Variations
Color information
#C1B9C4 (or 0xC1B9C4) is known color: Prelude. HEX triplet: C1, B9 and C4. RGB value is (193,185,196). Sum of RGB (Red+Green+Blue) = 193+185+196=574 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.62% from 574); Green value is 185 (72.66% from 255 or 32.23% from 574); Blue value is 196 (76.95% from 255 or 34.15% from 574); Max value from RGB is 196 - color contains mainly: blue. Hex color #C1B9C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1B9C4 is #3E463B. Grayscale: #BCBCBC. Windows color (decimal): -4081212 or 12892609. OLE color: 12892609.
HSL color Cylindrical-coordinate representation of color #C1B9C4: hue angle of 283.64º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C1B9C4 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 185 | 196 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.23 |
| HSL | 283.64º | 0.09% | 0.75% | - |
| HSV(B) | 283.64º | 0.06% | 0.77% | - |
| XYZ | 49.31 | 50.02 | 59.28 | - |
| YUV | 188.65 | 132.15 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 185 | 196 | 0.02 | 0.06 | 0 | 0.23 | 283.64 | 0.09 | 0.75 |
| Hex | C1 | B9 | C4 | 2 | 6 | 0 | 17 | 11C | 9 | 4B |
| Octal | 301 | 271 | 304 | 2 | 6 | 0 | 27 | 434 | 11 | 113 |
| Binary | 11000001 | 10111001 | 11000100 | 10 | 110 | 0 | 10111 | 100011100 | 1001 | 1001011 |
Color Harmonies of #C1B9C4
Complementary color
Monochromatic Colors of #C1B9C4
Black with #C1B9C4
Text Example
Text Example
White with #C1B9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B9C4; }
p { color: rgb(193,185,196); }
H1.HeaderClassName
{
color: #C1B9C4;
}
.AnyTagClassName
{
color: #C1B9C4;
}
</style>
background-color css
<style>
a { background-color: #C1B9C4; }
a { background-color: rgb(193,185,196); }
div.DivClassName
{
background-color: #C1B9C4;
}
.BgClassName
{
background-color: #C1B9C4;
}
</style>
border-color css
<style>
span { border-color: #C1B9C4; }
span { border-color: rgb(193,185,196); }
td.TdClassName
{
border-color: #C1B9C4;
}
.TagClassName
{
border-color: #C1B9C4;
}
</style>