Shades of Prelude #C5BBCC
Tints of Prelude #C5BBCC
RGB
CMYK
RGB Variations
Color information
#C5BBCC (or 0xC5BBCC) is known color: Prelude. HEX triplet: C5, BB and CC. RGB value is (197,187,204). Sum of RGB (Red+Green+Blue) = 197+187+204=588 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.50% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 204 - color contains mainly: blue. Hex color #C5BBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BBCC is #3A4433. Grayscale: #BFBFBF. Windows color (decimal): -3818548 or 13417413. OLE color: 13417413.
HSL color Cylindrical-coordinate representation of color #C5BBCC: hue angle of 275.29º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C5BBCC is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 197 | 187 | 204 | - |
CMYK | 0.03 | 0.08 | 0 | 0.2 |
HSL | 275.29º | 0.14% | 0.77% | - |
HSV(B) | 275.29º | 0.08% | 0.8% | - |
XYZ | 51.7 | 51.77 | 64.39 | - |
YUV | 191.93 | 134.81 | 131.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 187 | 204 | 0.03 | 0.08 | 0 | 0.2 | 275.29 | 0.14 | 0.77 |
Hex | C5 | BB | CC | 3 | 8 | 0 | 14 | 113 | E | 4D |
Octal | 305 | 273 | 314 | 3 | 10 | 0 | 24 | 423 | 16 | 115 |
Binary | 11000101 | 10111011 | 11001100 | 11 | 1000 | 0 | 10100 | 100010011 | 1110 | 1001101 |
Color Harmonies of #C5BBCC
Complementary color
Monochromatic Colors of #C5BBCC
Black with #C5BBCC
Text Example
Text Example
White with #C5BBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BBCC; }
p { color: rgb(197,187,204); }
H1.HeaderClassName
{
color: #C5BBCC;
}
.AnyTagClassName
{
color: #C5BBCC;
}
</style>
background-color css
<style>
a { background-color: #C5BBCC; }
a { background-color: rgb(197,187,204); }
div.DivClassName
{
background-color: #C5BBCC;
}
.BgClassName
{
background-color: #C5BBCC;
}
</style>
border-color css
<style>
span { border-color: #C5BBCC; }
span { border-color: rgb(197,187,204); }
td.TdClassName
{
border-color: #C5BBCC;
}
.TagClassName
{
border-color: #C5BBCC;
}
</style>