Shades of Periwinkle #BFC7EF
Tints of Periwinkle #BFC7EF
RGB
CMYK
RGB Variations
Color information
#BFC7EF (or 0xBFC7EF) is known color: Periwinkle. HEX triplet: BF, C7 and EF. RGB value is (191,199,239). Sum of RGB (Red+Green+Blue) = 191+199+239=629 (83% of max value = 765). Red value is 191 (75% from 255 or 30.37% from 629); Green value is 199 (78.12% from 255 or 31.64% from 629); Blue value is 239 (93.75% from 255 or 38.00% from 629); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFC7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC7EF is #403810. Grayscale: #C8C8C8. Windows color (decimal): -4208657 or 15714239. OLE color: 15714239.
HSL color Cylindrical-coordinate representation of color #BFC7EF: hue angle of 230º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFC7EF is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 199 | 239 | - |
| CMYK | 0.20 | 0.17 | 0 | 0.06 |
| HSL | 230º | 0.6% | 0.84% | - |
| HSV(B) | 230º | 0.2% | 0.94% | - |
| XYZ | 57.49 | 58.16 | 89.86 | - |
| YUV | 201.17 | 149.35 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 199 | 239 | 0.20 | 0.17 | 0 | 0.06 | 230 | 0.6 | 0.84 |
| Hex | BF | C7 | EF | 14 | 11 | 0 | 6 | E6 | 3C | 54 |
| Octal | 277 | 307 | 357 | 24 | 21 | 0 | 6 | 346 | 74 | 124 |
| Binary | 10111111 | 11000111 | 11101111 | 10100 | 10001 | 0 | 110 | 11100110 | 111100 | 1010100 |
Color Harmonies of #BFC7EF
Complementary color
Monochromatic Colors of #BFC7EF
Black with #BFC7EF
Text Example
Text Example
White with #BFC7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC7EF; }
p { color: rgb(191,199,239); }
H1.HeaderClassName
{
color: #BFC7EF;
}
.AnyTagClassName
{
color: #BFC7EF;
}
</style>
background-color css
<style>
a { background-color: #BFC7EF; }
a { background-color: rgb(191,199,239); }
div.DivClassName
{
background-color: #BFC7EF;
}
.BgClassName
{
background-color: #BFC7EF;
}
</style>
border-color css
<style>
span { border-color: #BFC7EF; }
span { border-color: rgb(191,199,239); }
td.TdClassName
{
border-color: #BFC7EF;
}
.TagClassName
{
border-color: #BFC7EF;
}
</style>