Shades of Prelude #C7BECE
Tints of Prelude #C7BECE
RGB
CMYK
RGB Variations
Color information
#C7BECE (or 0xC7BECE) is known color: Prelude. HEX triplet: C7, BE and CE. RGB value is (199,190,206). Sum of RGB (Red+Green+Blue) = 199+190+206=595 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.45% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 206 - color contains mainly: blue. Hex color #C7BECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BECE is #384131. Grayscale: #C2C2C2. Windows color (decimal): -3686706 or 13549255. OLE color: 13549255.
HSL color Cylindrical-coordinate representation of color #C7BECE: hue angle of 273.75º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C7BECE is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 199 | 190 | 206 | - |
CMYK | 0.03 | 0.08 | 0 | 0.19 |
HSL | 273.75º | 0.14% | 0.78% | - |
HSV(B) | 273.75º | 0.08% | 0.81% | - |
XYZ | 53.11 | 53.43 | 65.91 | - |
YUV | 194.52 | 134.48 | 131.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 190 | 206 | 0.03 | 0.08 | 0 | 0.19 | 273.75 | 0.14 | 0.78 |
Hex | C7 | BE | CE | 3 | 8 | 0 | 13 | 112 | E | 4E |
Octal | 307 | 276 | 316 | 3 | 10 | 0 | 23 | 422 | 16 | 116 |
Binary | 11000111 | 10111110 | 11001110 | 11 | 1000 | 0 | 10011 | 100010010 | 1110 | 1001110 |
Color Harmonies of #C7BECE
Complementary color
Monochromatic Colors of #C7BECE
Black with #C7BECE
Text Example
Text Example
White with #C7BECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BECE; }
p { color: rgb(199,190,206); }
H1.HeaderClassName
{
color: #C7BECE;
}
.AnyTagClassName
{
color: #C7BECE;
}
</style>
background-color css
<style>
a { background-color: #C7BECE; }
a { background-color: rgb(199,190,206); }
div.DivClassName
{
background-color: #C7BECE;
}
.BgClassName
{
background-color: #C7BECE;
}
</style>
border-color css
<style>
span { border-color: #C7BECE; }
span { border-color: rgb(199,190,206); }
td.TdClassName
{
border-color: #C7BECE;
}
.TagClassName
{
border-color: #C7BECE;
}
</style>