Shades of Prelude #C3BCC5
Tints of Prelude #C3BCC5
RGB
CMYK
RGB Variations
Color information
#C3BCC5 (or 0xC3BCC5) is known color: Prelude. HEX triplet: C3, BC and C5. RGB value is (195,188,197). Sum of RGB (Red+Green+Blue) = 195+188+197=580 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.62% from 580); Green value is 188 (73.83% from 255 or 32.41% from 580); Blue value is 197 (77.34% from 255 or 33.97% from 580); Max value from RGB is 197 - color contains mainly: blue. Hex color #C3BCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BCC5 is #3C433A. Grayscale: #BFBFBF. Windows color (decimal): -3949371 or 12958915. OLE color: 12958915.
HSL color Cylindrical-coordinate representation of color #C3BCC5: hue angle of 286.67º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C3BCC5 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 188 | 197 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.23 |
| HSL | 286.67º | 0.07% | 0.75% | - |
| HSV(B) | 286.67º | 0.05% | 0.77% | - |
| XYZ | 50.57 | 51.6 | 60.12 | - |
| YUV | 191.12 | 131.32 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 188 | 197 | 0.01 | 0.05 | 0 | 0.23 | 286.67 | 0.07 | 0.75 |
| Hex | C3 | BC | C5 | 1 | 5 | 0 | 17 | 11F | 7 | 4B |
| Octal | 303 | 274 | 305 | 1 | 5 | 0 | 27 | 437 | 7 | 113 |
| Binary | 11000011 | 10111100 | 11000101 | 1 | 101 | 0 | 10111 | 100011111 | 111 | 1001011 |
Color Harmonies of #C3BCC5
Complementary color
Monochromatic Colors of #C3BCC5
Black with #C3BCC5
Text Example
Text Example
White with #C3BCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BCC5; }
p { color: rgb(195,188,197); }
H1.HeaderClassName
{
color: #C3BCC5;
}
.AnyTagClassName
{
color: #C3BCC5;
}
</style>
background-color css
<style>
a { background-color: #C3BCC5; }
a { background-color: rgb(195,188,197); }
div.DivClassName
{
background-color: #C3BCC5;
}
.BgClassName
{
background-color: #C3BCC5;
}
</style>
border-color css
<style>
span { border-color: #C3BCC5; }
span { border-color: rgb(195,188,197); }
td.TdClassName
{
border-color: #C3BCC5;
}
.TagClassName
{
border-color: #C3BCC5;
}
</style>