Shades of Prelude #C3BBC6
Tints of Prelude #C3BBC6
RGB
CMYK
RGB Variations
Color information
#C3BBC6 (or 0xC3BBC6) is known color: Prelude. HEX triplet: C3, BB and C6. RGB value is (195,187,198). Sum of RGB (Red+Green+Blue) = 195+187+198=580 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.62% from 580); Green value is 187 (73.44% from 255 or 32.24% from 580); Blue value is 198 (77.73% from 255 or 34.14% from 580); Max value from RGB is 198 - color contains mainly: blue. Hex color #C3BBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BBC6 is #3C4439. Grayscale: #BEBEBE. Windows color (decimal): -3949626 or 13024195. OLE color: 13024195.
HSL color Cylindrical-coordinate representation of color #C3BBC6: hue angle of 283.64º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C3BBC6 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 187 | 198 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.22 |
| HSL | 283.64º | 0.09% | 0.75% | - |
| HSV(B) | 283.64º | 0.06% | 0.78% | - |
| XYZ | 50.47 | 51.22 | 60.65 | - |
| YUV | 190.65 | 132.15 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 187 | 198 | 0.02 | 0.06 | 0 | 0.22 | 283.64 | 0.09 | 0.75 |
| Hex | C3 | BB | C6 | 2 | 6 | 0 | 16 | 11C | 9 | 4B |
| Octal | 303 | 273 | 306 | 2 | 6 | 0 | 26 | 434 | 11 | 113 |
| Binary | 11000011 | 10111011 | 11000110 | 10 | 110 | 0 | 10110 | 100011100 | 1001 | 1001011 |
Color Harmonies of #C3BBC6
Complementary color
Monochromatic Colors of #C3BBC6
Black with #C3BBC6
Text Example
Text Example
White with #C3BBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BBC6; }
p { color: rgb(195,187,198); }
H1.HeaderClassName
{
color: #C3BBC6;
}
.AnyTagClassName
{
color: #C3BBC6;
}
</style>
background-color css
<style>
a { background-color: #C3BBC6; }
a { background-color: rgb(195,187,198); }
div.DivClassName
{
background-color: #C3BBC6;
}
.BgClassName
{
background-color: #C3BBC6;
}
</style>
border-color css
<style>
span { border-color: #C3BBC6; }
span { border-color: rgb(195,187,198); }
td.TdClassName
{
border-color: #C3BBC6;
}
.TagClassName
{
border-color: #C3BBC6;
}
</style>