Shades of Prelude #C8BFCB
Tints of Prelude #C8BFCB
RGB
CMYK
RGB Variations
Color information
#C8BFCB (or 0xC8BFCB) is known color: Prelude. HEX triplet: C8, BF and CB. RGB value is (200,191,203). Sum of RGB (Red+Green+Blue) = 200+191+203=594 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.67% from 594); Green value is 191 (75% from 255 or 32.15% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 203 - color contains mainly: blue. Hex color #C8BFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BFCB is #374034. Grayscale: #C3C3C3. Windows color (decimal): -3620917 or 13352904. OLE color: 13352904.
HSL color Cylindrical-coordinate representation of color #C8BFCB: hue angle of 285º 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 #C8BFCB is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 200 | 191 | 203 | - |
CMYK | 0.01 | 0.06 | 0 | 0.20 |
HSL | 285º | 0.1% | 0.77% | - |
HSV(B) | 285º | 0.06% | 0.8% | - |
XYZ | 53.23 | 53.85 | 64.09 | - |
YUV | 195.06 | 132.48 | 131.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 191 | 203 | 0.01 | 0.06 | 0 | 0.20 | 285 | 0.1 | 0.77 |
Hex | C8 | BF | CB | 1 | 6 | 0 | 14 | 11D | A | 4D |
Octal | 310 | 277 | 313 | 1 | 6 | 0 | 24 | 435 | 12 | 115 |
Binary | 11001000 | 10111111 | 11001011 | 1 | 110 | 0 | 10100 | 100011101 | 1010 | 1001101 |
Color Harmonies of #C8BFCB
Complementary color
Monochromatic Colors of #C8BFCB
Black with #C8BFCB
Text Example
Text Example
White with #C8BFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BFCB; }
p { color: rgb(200,191,203); }
H1.HeaderClassName
{
color: #C8BFCB;
}
.AnyTagClassName
{
color: #C8BFCB;
}
</style>
background-color css
<style>
a { background-color: #C8BFCB; }
a { background-color: rgb(200,191,203); }
div.DivClassName
{
background-color: #C8BFCB;
}
.BgClassName
{
background-color: #C8BFCB;
}
</style>
border-color css
<style>
span { border-color: #C8BFCB; }
span { border-color: rgb(200,191,203); }
td.TdClassName
{
border-color: #C8BFCB;
}
.TagClassName
{
border-color: #C8BFCB;
}
</style>