Shades of Prelude #C7BECC
Tints of Prelude #C7BECC
RGB
CMYK
RGB Variations
Color information
#C7BECC (or 0xC7BECC) is known color: Prelude. HEX triplet: C7, BE and CC. RGB value is (199,190,204). Sum of RGB (Red+Green+Blue) = 199+190+204=593 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.56% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 204 - color contains mainly: blue. Hex color #C7BECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BECC is #384133. Grayscale: #C2C2C2. Windows color (decimal): -3686708 or 13418183. OLE color: 13418183.
HSL color Cylindrical-coordinate representation of color #C7BECC: hue angle of 278.57º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C7BECC is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 199 | 190 | 204 | - |
CMYK | 0.02 | 0.07 | 0 | 0.2 |
HSL | 278.57º | 0.12% | 0.77% | - |
HSV(B) | 278.57º | 0.07% | 0.8% | - |
XYZ | 52.87 | 53.33 | 64.63 | - |
YUV | 194.29 | 133.48 | 131.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 190 | 204 | 0.02 | 0.07 | 0 | 0.2 | 278.57 | 0.12 | 0.77 |
Hex | C7 | BE | CC | 2 | 7 | 0 | 14 | 117 | C | 4D |
Octal | 307 | 276 | 314 | 2 | 7 | 0 | 24 | 427 | 14 | 115 |
Binary | 11000111 | 10111110 | 11001100 | 10 | 111 | 0 | 10100 | 100010111 | 1100 | 1001101 |
Color Harmonies of #C7BECC
Complementary color
Monochromatic Colors of #C7BECC
Black with #C7BECC
Text Example
Text Example
White with #C7BECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BECC; }
p { color: rgb(199,190,204); }
H1.HeaderClassName
{
color: #C7BECC;
}
.AnyTagClassName
{
color: #C7BECC;
}
</style>
background-color css
<style>
a { background-color: #C7BECC; }
a { background-color: rgb(199,190,204); }
div.DivClassName
{
background-color: #C7BECC;
}
.BgClassName
{
background-color: #C7BECC;
}
</style>
border-color css
<style>
span { border-color: #C7BECC; }
span { border-color: rgb(199,190,204); }
td.TdClassName
{
border-color: #C7BECC;
}
.TagClassName
{
border-color: #C7BECC;
}
</style>