Shades of Prelude #C8BBCA
Tints of Prelude #C8BBCA
RGB
CMYK
RGB Variations
Color information
#C8BBCA (or 0xC8BBCA) is known color: Prelude. HEX triplet: C8, BB and CA. RGB value is (200,187,202). Sum of RGB (Red+Green+Blue) = 200+187+202=589 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.96% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 202 - color contains mainly: blue. Hex color #C8BBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BBCA is #374435. Grayscale: #C0C0C0. Windows color (decimal): -3621942 or 13286344. OLE color: 13286344.
HSL color Cylindrical-coordinate representation of color #C8BBCA: hue angle of 292º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C8BBCA is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 200 | 187 | 202 | - |
CMYK | 0.01 | 0.07 | 0 | 0.21 |
HSL | 292º | 0.12% | 0.76% | - |
HSV(B) | 292º | 0.07% | 0.79% | - |
XYZ | 52.25 | 52.08 | 63.18 | - |
YUV | 192.6 | 133.31 | 133.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 187 | 202 | 0.01 | 0.07 | 0 | 0.21 | 292 | 0.12 | 0.76 |
Hex | C8 | BB | CA | 1 | 7 | 0 | 15 | 124 | C | 4C |
Octal | 310 | 273 | 312 | 1 | 7 | 0 | 25 | 444 | 14 | 114 |
Binary | 11001000 | 10111011 | 11001010 | 1 | 111 | 0 | 10101 | 100100100 | 1100 | 1001100 |
Color Harmonies of #C8BBCA
Complementary color
Monochromatic Colors of #C8BBCA
Black with #C8BBCA
Text Example
Text Example
White with #C8BBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BBCA; }
p { color: rgb(200,187,202); }
H1.HeaderClassName
{
color: #C8BBCA;
}
.AnyTagClassName
{
color: #C8BBCA;
}
</style>
background-color css
<style>
a { background-color: #C8BBCA; }
a { background-color: rgb(200,187,202); }
div.DivClassName
{
background-color: #C8BBCA;
}
.BgClassName
{
background-color: #C8BBCA;
}
</style>
border-color css
<style>
span { border-color: #C8BBCA; }
span { border-color: rgb(200,187,202); }
td.TdClassName
{
border-color: #C8BBCA;
}
.TagClassName
{
border-color: #C8BBCA;
}
</style>