Shades of Periwinkle #BFC9F7
Tints of Periwinkle #BFC9F7
RGB
CMYK
RGB Variations
Color information
#BFC9F7 (or 0xBFC9F7) is known color: Periwinkle. HEX triplet: BF, C9 and F7. RGB value is (191,201,247). Sum of RGB (Red+Green+Blue) = 191+201+247=639 (84% of max value = 765). Red value is 191 (75% from 255 or 29.89% from 639); Green value is 201 (78.91% from 255 or 31.46% from 639); Blue value is 247 (96.88% from 255 or 38.65% from 639); Max value from RGB is 247 - color contains mainly: blue. Hex color #BFC9F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC9F7 is #403608. Grayscale: #CBCBCB. Windows color (decimal): -4208137 or 16239039. OLE color: 16239039.
HSL color Cylindrical-coordinate representation of color #BFC9F7: hue angle of 229.29º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFC9F7 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 191 | 201 | 247 | - |
CMYK | 0.23 | 0.19 | 0 | 0.03 |
HSL | 229.29º | 0.78% | 0.86% | - |
HSV(B) | 229.29º | 0.23% | 0.97% | - |
XYZ | 59.16 | 59.57 | 96.37 | - |
YUV | 203.25 | 152.69 | 119.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 201 | 247 | 0.23 | 0.19 | 0 | 0.03 | 229.29 | 0.78 | 0.86 |
Hex | BF | C9 | F7 | 17 | 13 | 0 | 3 | E5 | 4E | 56 |
Octal | 277 | 311 | 367 | 27 | 23 | 0 | 3 | 345 | 116 | 126 |
Binary | 10111111 | 11001001 | 11110111 | 10111 | 10011 | 0 | 11 | 11100101 | 1001110 | 1010110 |
Color Harmonies of #BFC9F7
Complementary color
Monochromatic Colors of #BFC9F7
Black with #BFC9F7
Text Example
Text Example
White with #BFC9F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC9F7; }
p { color: rgb(191,201,247); }
H1.HeaderClassName
{
color: #BFC9F7;
}
.AnyTagClassName
{
color: #BFC9F7;
}
</style>
background-color css
<style>
a { background-color: #BFC9F7; }
a { background-color: rgb(191,201,247); }
div.DivClassName
{
background-color: #BFC9F7;
}
.BgClassName
{
background-color: #BFC9F7;
}
</style>
border-color css
<style>
span { border-color: #BFC9F7; }
span { border-color: rgb(191,201,247); }
td.TdClassName
{
border-color: #BFC9F7;
}
.TagClassName
{
border-color: #BFC9F7;
}
</style>