Shades of Prelude #C7BFCB
Tints of Prelude #C7BFCB
RGB
CMYK
RGB Variations
Color information
#C7BFCB (or 0xC7BFCB) is known color: Prelude. HEX triplet: C7, BF and CB. RGB value is (199,191,203). Sum of RGB (Red+Green+Blue) = 199+191+203=593 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.56% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 203 - color contains mainly: blue. Hex color #C7BFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BFCB is #384034. Grayscale: #C2C2C2. Windows color (decimal): -3686453 or 13352903. OLE color: 13352903.
HSL color Cylindrical-coordinate representation of color #C7BFCB: hue angle of 280º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C7BFCB is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 191 | 203 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.20 |
| HSL | 280º | 0.1% | 0.77% | - |
| HSV(B) | 280º | 0.06% | 0.8% | - |
| XYZ | 52.96 | 53.72 | 64.08 | - |
| YUV | 194.76 | 132.65 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 191 | 203 | 0.02 | 0.06 | 0 | 0.20 | 280 | 0.1 | 0.77 |
| Hex | C7 | BF | CB | 2 | 6 | 0 | 14 | 118 | A | 4D |
| Octal | 307 | 277 | 313 | 2 | 6 | 0 | 24 | 430 | 12 | 115 |
| Binary | 11000111 | 10111111 | 11001011 | 10 | 110 | 0 | 10100 | 100011000 | 1010 | 1001101 |
Color Harmonies of #C7BFCB
Complementary color
Monochromatic Colors of #C7BFCB
Black with #C7BFCB
Text Example
Text Example
White with #C7BFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BFCB; }
p { color: rgb(199,191,203); }
H1.HeaderClassName
{
color: #C7BFCB;
}
.AnyTagClassName
{
color: #C7BFCB;
}
</style>
background-color css
<style>
a { background-color: #C7BFCB; }
a { background-color: rgb(199,191,203); }
div.DivClassName
{
background-color: #C7BFCB;
}
.BgClassName
{
background-color: #C7BFCB;
}
</style>
border-color css
<style>
span { border-color: #C7BFCB; }
span { border-color: rgb(199,191,203); }
td.TdClassName
{
border-color: #C7BFCB;
}
.TagClassName
{
border-color: #C7BFCB;
}
</style>