Shades of Prelude #C3BDC5
Tints of Prelude #C3BDC5
RGB
CMYK
RGB Variations
Color information
#C3BDC5 (or 0xC3BDC5) is known color: Prelude. HEX triplet: C3, BD and C5. RGB value is (195,189,197). Sum of RGB (Red+Green+Blue) = 195+189+197=581 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.56% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 197 (77.34% from 255 or 33.91% from 581); Max value from RGB is 197 - color contains mainly: blue. Hex color #C3BDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BDC5 is #3C423A. Grayscale: #BFBFBF. Windows color (decimal): -3949115 or 12959171. OLE color: 12959171.
HSL color Cylindrical-coordinate representation of color #C3BDC5: hue angle of 285º degrees, saturation: 0.06, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C3BDC5 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 189 | 197 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.23 |
| HSL | 285º | 0.06% | 0.76% | - |
| HSV(B) | 285º | 0.04% | 0.77% | - |
| XYZ | 50.78 | 52.03 | 60.19 | - |
| YUV | 191.71 | 130.99 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 189 | 197 | 0.01 | 0.04 | 0 | 0.23 | 285 | 0.06 | 0.76 |
| Hex | C3 | BD | C5 | 1 | 4 | 0 | 17 | 11D | 6 | 4C |
| Octal | 303 | 275 | 305 | 1 | 4 | 0 | 27 | 435 | 6 | 114 |
| Binary | 11000011 | 10111101 | 11000101 | 1 | 100 | 0 | 10111 | 100011101 | 110 | 1001100 |
Color Harmonies of #C3BDC5
Complementary color
Monochromatic Colors of #C3BDC5
Black with #C3BDC5
Text Example
Text Example
White with #C3BDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BDC5; }
p { color: rgb(195,189,197); }
H1.HeaderClassName
{
color: #C3BDC5;
}
.AnyTagClassName
{
color: #C3BDC5;
}
</style>
background-color css
<style>
a { background-color: #C3BDC5; }
a { background-color: rgb(195,189,197); }
div.DivClassName
{
background-color: #C3BDC5;
}
.BgClassName
{
background-color: #C3BDC5;
}
</style>
border-color css
<style>
span { border-color: #C3BDC5; }
span { border-color: rgb(195,189,197); }
td.TdClassName
{
border-color: #C3BDC5;
}
.TagClassName
{
border-color: #C3BDC5;
}
</style>