Shades of Periwinkle #BFC7DC
Tints of Periwinkle #BFC7DC
RGB
CMYK
RGB Variations
Color information
#BFC7DC (or 0xBFC7DC) is known color: Periwinkle. HEX triplet: BF, C7 and DC. RGB value is (191,199,220). Sum of RGB (Red+Green+Blue) = 191+199+220=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 199 (78.12% from 255 or 32.62% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFC7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC7DC is #403823. Grayscale: #C6C6C6. Windows color (decimal): -4208676 or 14469055. OLE color: 14469055.
HSL color Cylindrical-coordinate representation of color #BFC7DC: hue angle of 223.45º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFC7DC is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 199 | 220 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.14 |
| HSL | 223.45º | 0.29% | 0.81% | - |
| HSV(B) | 223.45º | 0.13% | 0.86% | - |
| XYZ | 54.83 | 57.09 | 75.84 | - |
| YUV | 199 | 139.85 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 199 | 220 | 0.13 | 0.10 | 0 | 0.14 | 223.45 | 0.29 | 0.81 |
| Hex | BF | C7 | DC | D | A | 0 | E | DF | 1D | 51 |
| Octal | 277 | 307 | 334 | 15 | 12 | 0 | 16 | 337 | 35 | 121 |
| Binary | 10111111 | 11000111 | 11011100 | 1101 | 1010 | 0 | 1110 | 11011111 | 11101 | 1010001 |
Color Harmonies of #BFC7DC
Complementary color
Monochromatic Colors of #BFC7DC
Black with #BFC7DC
Text Example
Text Example
White with #BFC7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC7DC; }
p { color: rgb(191,199,220); }
H1.HeaderClassName
{
color: #BFC7DC;
}
.AnyTagClassName
{
color: #BFC7DC;
}
</style>
background-color css
<style>
a { background-color: #BFC7DC; }
a { background-color: rgb(191,199,220); }
div.DivClassName
{
background-color: #BFC7DC;
}
.BgClassName
{
background-color: #BFC7DC;
}
</style>
border-color css
<style>
span { border-color: #BFC7DC; }
span { border-color: rgb(191,199,220); }
td.TdClassName
{
border-color: #BFC7DC;
}
.TagClassName
{
border-color: #BFC7DC;
}
</style>