Shades of Periwinkle #BFC7E6
Tints of Periwinkle #BFC7E6
RGB
CMYK
RGB Variations
Color information
#BFC7E6 (or 0xBFC7E6) is known color: Periwinkle. HEX triplet: BF, C7 and E6. RGB value is (191,199,230). Sum of RGB (Red+Green+Blue) = 191+199+230=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 199 (78.12% from 255 or 32.10% from 620); Blue value is 230 (90.23% from 255 or 37.10% from 620); Max value from RGB is 230 - color contains mainly: blue. Hex color #BFC7E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC7E6 is #403819. Grayscale: #C8C8C8. Windows color (decimal): -4208666 or 15124415. OLE color: 15124415.
HSL color Cylindrical-coordinate representation of color #BFC7E6: hue angle of 227.69º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFC7E6 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 199 | 230 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.10 |
| HSL | 227.69º | 0.44% | 0.83% | - |
| HSV(B) | 227.69º | 0.17% | 0.9% | - |
| XYZ | 56.19 | 57.64 | 83.03 | - |
| YUV | 200.14 | 144.85 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 199 | 230 | 0.17 | 0.13 | 0 | 0.10 | 227.69 | 0.44 | 0.83 |
| Hex | BF | C7 | E6 | 11 | D | 0 | A | E4 | 2C | 53 |
| Octal | 277 | 307 | 346 | 21 | 15 | 0 | 12 | 344 | 54 | 123 |
| Binary | 10111111 | 11000111 | 11100110 | 10001 | 1101 | 0 | 1010 | 11100100 | 101100 | 1010011 |
Color Harmonies of #BFC7E6
Complementary color
Monochromatic Colors of #BFC7E6
Black with #BFC7E6
Text Example
Text Example
White with #BFC7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC7E6; }
p { color: rgb(191,199,230); }
H1.HeaderClassName
{
color: #BFC7E6;
}
.AnyTagClassName
{
color: #BFC7E6;
}
</style>
background-color css
<style>
a { background-color: #BFC7E6; }
a { background-color: rgb(191,199,230); }
div.DivClassName
{
background-color: #BFC7E6;
}
.BgClassName
{
background-color: #BFC7E6;
}
</style>
border-color css
<style>
span { border-color: #BFC7E6; }
span { border-color: rgb(191,199,230); }
td.TdClassName
{
border-color: #BFC7E6;
}
.TagClassName
{
border-color: #BFC7E6;
}
</style>