Shades of Periwinkle #BFCFE7
Tints of Periwinkle #BFCFE7
RGB
CMYK
RGB Variations
Color information
#BFCFE7 (or 0xBFCFE7) is known color: Periwinkle. HEX triplet: BF, CF and E7. RGB value is (191,207,231). Sum of RGB (Red+Green+Blue) = 191+207+231=629 (83% of max value = 765). Red value is 191 (75% from 255 or 30.37% from 629); Green value is 207 (81.25% from 255 or 32.91% from 629); Blue value is 231 (90.62% from 255 or 36.72% from 629); Max value from RGB is 231 - color contains mainly: blue. Hex color #BFCFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCFE7 is #403018. Grayscale: #CCCCCC. Windows color (decimal): -4206617 or 15191999. OLE color: 15191999.
HSL color Cylindrical-coordinate representation of color #BFCFE7: hue angle of 216º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFCFE7 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 207 | 231 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.09 |
| HSL | 216º | 0.45% | 0.83% | - |
| HSV(B) | 216º | 0.17% | 0.91% | - |
| XYZ | 58.22 | 61.47 | 84.4 | - |
| YUV | 204.95 | 142.7 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 231 | 0.17 | 0.10 | 0 | 0.09 | 216 | 0.45 | 0.83 |
| Hex | BF | CF | E7 | 11 | A | 0 | 9 | D8 | 2D | 53 |
| Octal | 277 | 317 | 347 | 21 | 12 | 0 | 11 | 330 | 55 | 123 |
| Binary | 10111111 | 11001111 | 11100111 | 10001 | 1010 | 0 | 1001 | 11011000 | 101101 | 1010011 |
Color Harmonies of #BFCFE7
Complementary color
Monochromatic Colors of #BFCFE7
Black with #BFCFE7
Text Example
Text Example
White with #BFCFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCFE7; }
p { color: rgb(191,207,231); }
H1.HeaderClassName
{
color: #BFCFE7;
}
.AnyTagClassName
{
color: #BFCFE7;
}
</style>
background-color css
<style>
a { background-color: #BFCFE7; }
a { background-color: rgb(191,207,231); }
div.DivClassName
{
background-color: #BFCFE7;
}
.BgClassName
{
background-color: #BFCFE7;
}
</style>
border-color css
<style>
span { border-color: #BFCFE7; }
span { border-color: rgb(191,207,231); }
td.TdClassName
{
border-color: #BFCFE7;
}
.TagClassName
{
border-color: #BFCFE7;
}
</style>