Shades of Twilight #C6BFC2
Tints of Twilight #C6BFC2
RGB
CMYK
RGB Variations
Color information
#C6BFC2 (or 0xC6BFC2) is known color: Twilight. HEX triplet: C6, BF and C2. RGB value is (198,191,194). Sum of RGB (Red+Green+Blue) = 198+191+194=583 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.96% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 194 (76.17% from 255 or 33.28% from 583); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BFC2 is #39403D. Grayscale: #C1C1C1. Windows color (decimal): -3751998 or 12763078. OLE color: 12763078.
HSL color Cylindrical-coordinate representation of color #C6BFC2: hue angle of 334.29º degrees, saturation: 0.06, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C6BFC2 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 191 | 194 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.22 |
| HSL | 334.29º | 0.06% | 0.76% | - |
| HSV(B) | 334.29º | 0.04% | 0.78% | - |
| XYZ | 51.66 | 53.16 | 58.58 | - |
| YUV | 193.44 | 128.32 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 191 | 194 | 0 | 0.04 | 0.02 | 0.22 | 334.29 | 0.06 | 0.76 |
| Hex | C6 | BF | C2 | 0 | 4 | 2 | 16 | 14E | 6 | 4C |
| Octal | 306 | 277 | 302 | 0 | 4 | 2 | 26 | 516 | 6 | 114 |
| Binary | 11000110 | 10111111 | 11000010 | 0 | 100 | 10 | 10110 | 101001110 | 110 | 1001100 |
Color Harmonies of #C6BFC2
Complementary color
Monochromatic Colors of #C6BFC2
Black with #C6BFC2
Text Example
Text Example
White with #C6BFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BFC2; }
p { color: rgb(198,191,194); }
H1.HeaderClassName
{
color: #C6BFC2;
}
.AnyTagClassName
{
color: #C6BFC2;
}
</style>
background-color css
<style>
a { background-color: #C6BFC2; }
a { background-color: rgb(198,191,194); }
div.DivClassName
{
background-color: #C6BFC2;
}
.BgClassName
{
background-color: #C6BFC2;
}
</style>
border-color css
<style>
span { border-color: #C6BFC2; }
span { border-color: rgb(198,191,194); }
td.TdClassName
{
border-color: #C6BFC2;
}
.TagClassName
{
border-color: #C6BFC2;
}
</style>