Shades of Prelude #C8BBCB
Tints of Prelude #C8BBCB
RGB
CMYK
RGB Variations
Color information
#C8BBCB (or 0xC8BBCB) is known color: Prelude. HEX triplet: C8, BB and CB. RGB value is (200,187,203). Sum of RGB (Red+Green+Blue) = 200+187+203=590 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.90% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 203 - color contains mainly: blue. Hex color #C8BBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BBCB is #374434. Grayscale: #C0C0C0. Windows color (decimal): -3621941 or 13351880. OLE color: 13351880.
HSL color Cylindrical-coordinate representation of color #C8BBCB: hue angle of 288.75º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C8BBCB is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 200 | 187 | 203 | - |
CMYK | 0.01 | 0.08 | 0 | 0.20 |
HSL | 288.75º | 0.13% | 0.76% | - |
HSV(B) | 288.75º | 0.08% | 0.8% | - |
XYZ | 52.37 | 52.13 | 63.8 | - |
YUV | 192.71 | 133.81 | 133.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 187 | 203 | 0.01 | 0.08 | 0 | 0.20 | 288.75 | 0.13 | 0.76 |
Hex | C8 | BB | CB | 1 | 8 | 0 | 14 | 121 | D | 4C |
Octal | 310 | 273 | 313 | 1 | 10 | 0 | 24 | 441 | 15 | 114 |
Binary | 11001000 | 10111011 | 11001011 | 1 | 1000 | 0 | 10100 | 100100001 | 1101 | 1001100 |
Color Harmonies of #C8BBCB
Complementary color
Monochromatic Colors of #C8BBCB
Black with #C8BBCB
Text Example
Text Example
White with #C8BBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BBCB; }
p { color: rgb(200,187,203); }
H1.HeaderClassName
{
color: #C8BBCB;
}
.AnyTagClassName
{
color: #C8BBCB;
}
</style>
background-color css
<style>
a { background-color: #C8BBCB; }
a { background-color: rgb(200,187,203); }
div.DivClassName
{
background-color: #C8BBCB;
}
.BgClassName
{
background-color: #C8BBCB;
}
</style>
border-color css
<style>
span { border-color: #C8BBCB; }
span { border-color: rgb(200,187,203); }
td.TdClassName
{
border-color: #C8BBCB;
}
.TagClassName
{
border-color: #C8BBCB;
}
</style>