Shades of Twilight #C8BFC2
Tints of Twilight #C8BFC2
RGB
CMYK
RGB Variations
Color information
#C8BFC2 (or 0xC8BFC2) is known color: Twilight. HEX triplet: C8, BF and C2. RGB value is (200,191,194). Sum of RGB (Red+Green+Blue) = 200+191+194=585 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.19% from 585); Green value is 191 (75% from 255 or 32.65% from 585); Blue value is 194 (76.17% from 255 or 33.16% from 585); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BFC2 is #37403D. Grayscale: #C2C2C2. Windows color (decimal): -3620926 or 12763080. OLE color: 12763080.
HSL color Cylindrical-coordinate representation of color #C8BFC2: hue angle of 340º degrees, saturation: 0.08, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C8BFC2 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 191 | 194 | - |
CMYK | 0 | 0.04 | 0.03 | 0.22 |
HSL | 340º | 0.08% | 0.77% | - |
HSV(B) | 340º | 0.05% | 0.78% | - |
XYZ | 52.19 | 53.44 | 58.6 | - |
YUV | 194.03 | 127.98 | 132.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 191 | 194 | 0 | 0.04 | 0.03 | 0.22 | 340 | 0.08 | 0.77 |
Hex | C8 | BF | C2 | 0 | 4 | 3 | 16 | 154 | 8 | 4D |
Octal | 310 | 277 | 302 | 0 | 4 | 3 | 26 | 524 | 10 | 115 |
Binary | 11001000 | 10111111 | 11000010 | 0 | 100 | 11 | 10110 | 101010100 | 1000 | 1001101 |
Color Harmonies of #C8BFC2
Complementary color
Monochromatic Colors of #C8BFC2
Black with #C8BFC2
Text Example
Text Example
White with #C8BFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BFC2; }
p { color: rgb(200,191,194); }
H1.HeaderClassName
{
color: #C8BFC2;
}
.AnyTagClassName
{
color: #C8BFC2;
}
</style>
background-color css
<style>
a { background-color: #C8BFC2; }
a { background-color: rgb(200,191,194); }
div.DivClassName
{
background-color: #C8BFC2;
}
.BgClassName
{
background-color: #C8BFC2;
}
</style>
border-color css
<style>
span { border-color: #C8BFC2; }
span { border-color: rgb(200,191,194); }
td.TdClassName
{
border-color: #C8BFC2;
}
.TagClassName
{
border-color: #C8BFC2;
}
</style>