Shades of Prelude #C4BBC6
Tints of Prelude #C4BBC6
RGB
CMYK
RGB Variations
Color information
#C4BBC6 (or 0xC4BBC6) is known color: Prelude. HEX triplet: C4, BB and C6. RGB value is (196,187,198). Sum of RGB (Red+Green+Blue) = 196+187+198=581 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.73% from 581); Green value is 187 (73.44% from 255 or 32.19% from 581); Blue value is 198 (77.73% from 255 or 34.08% from 581); Max value from RGB is 198 - color contains mainly: blue. Hex color #C4BBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BBC6 is #3B4439. Grayscale: #BEBEBE. Windows color (decimal): -3884090 or 13024196. OLE color: 13024196.
HSL color Cylindrical-coordinate representation of color #C4BBC6: hue angle of 289.09º 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 #C4BBC6 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 187 | 198 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.22 |
| HSL | 289.09º | 0.09% | 0.75% | - |
| HSV(B) | 289.09º | 0.06% | 0.78% | - |
| XYZ | 50.73 | 51.35 | 60.66 | - |
| YUV | 190.95 | 131.98 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 187 | 198 | 0.01 | 0.06 | 0 | 0.22 | 289.09 | 0.09 | 0.75 |
| Hex | C4 | BB | C6 | 1 | 6 | 0 | 16 | 121 | 9 | 4B |
| Octal | 304 | 273 | 306 | 1 | 6 | 0 | 26 | 441 | 11 | 113 |
| Binary | 11000100 | 10111011 | 11000110 | 1 | 110 | 0 | 10110 | 100100001 | 1001 | 1001011 |
Color Harmonies of #C4BBC6
Complementary color
Monochromatic Colors of #C4BBC6
Black with #C4BBC6
Text Example
Text Example
White with #C4BBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BBC6; }
p { color: rgb(196,187,198); }
H1.HeaderClassName
{
color: #C4BBC6;
}
.AnyTagClassName
{
color: #C4BBC6;
}
</style>
background-color css
<style>
a { background-color: #C4BBC6; }
a { background-color: rgb(196,187,198); }
div.DivClassName
{
background-color: #C4BBC6;
}
.BgClassName
{
background-color: #C4BBC6;
}
</style>
border-color css
<style>
span { border-color: #C4BBC6; }
span { border-color: rgb(196,187,198); }
td.TdClassName
{
border-color: #C4BBC6;
}
.TagClassName
{
border-color: #C4BBC6;
}
</style>