Shades of Prelude #C4BBC8
Tints of Prelude #C4BBC8
RGB
CMYK
RGB Variations
Color information
#C4BBC8 (or 0xC4BBC8) is known color: Prelude. HEX triplet: C4, BB and C8. RGB value is (196,187,200). Sum of RGB (Red+Green+Blue) = 196+187+200=583 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.62% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 200 (78.52% from 255 or 34.31% from 583); Max value from RGB is 200 - color contains mainly: blue. Hex color #C4BBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BBC8 is #3B4437. Grayscale: #BFBFBF. Windows color (decimal): -3884088 or 13155268. OLE color: 13155268.
HSL color Cylindrical-coordinate representation of color #C4BBC8: hue angle of 281.54º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C4BBC8 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 187 | 200 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.22 |
| HSL | 281.54º | 0.11% | 0.76% | - |
| HSV(B) | 281.54º | 0.07% | 0.78% | - |
| XYZ | 50.96 | 51.45 | 61.89 | - |
| YUV | 191.17 | 132.98 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 187 | 200 | 0.02 | 0.06 | 0 | 0.22 | 281.54 | 0.11 | 0.76 |
| Hex | C4 | BB | C8 | 2 | 6 | 0 | 16 | 11A | B | 4C |
| Octal | 304 | 273 | 310 | 2 | 6 | 0 | 26 | 432 | 13 | 114 |
| Binary | 11000100 | 10111011 | 11001000 | 10 | 110 | 0 | 10110 | 100011010 | 1011 | 1001100 |
Color Harmonies of #C4BBC8
Complementary color
Monochromatic Colors of #C4BBC8
Black with #C4BBC8
Text Example
Text Example
White with #C4BBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BBC8; }
p { color: rgb(196,187,200); }
H1.HeaderClassName
{
color: #C4BBC8;
}
.AnyTagClassName
{
color: #C4BBC8;
}
</style>
background-color css
<style>
a { background-color: #C4BBC8; }
a { background-color: rgb(196,187,200); }
div.DivClassName
{
background-color: #C4BBC8;
}
.BgClassName
{
background-color: #C4BBC8;
}
</style>
border-color css
<style>
span { border-color: #C4BBC8; }
span { border-color: rgb(196,187,200); }
td.TdClassName
{
border-color: #C4BBC8;
}
.TagClassName
{
border-color: #C4BBC8;
}
</style>