Shades of Periwinkle #BFC9F1
Tints of Periwinkle #BFC9F1
RGB
CMYK
RGB Variations
Color information
#BFC9F1 (or 0xBFC9F1) is known color: Periwinkle. HEX triplet: BF, C9 and F1. RGB value is (191,201,241). Sum of RGB (Red+Green+Blue) = 191+201+241=633 (83% of max value = 765). Red value is 191 (75% from 255 or 30.17% from 633); Green value is 201 (78.91% from 255 or 31.75% from 633); Blue value is 241 (94.53% from 255 or 38.07% from 633); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFC9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC9F1 is #40360E. Grayscale: #CACACA. Windows color (decimal): -4208143 or 15845823. OLE color: 15845823.
HSL color Cylindrical-coordinate representation of color #BFC9F1: hue angle of 228º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFC9F1 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 201 | 241 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.05 |
| HSL | 228º | 0.64% | 0.85% | - |
| HSV(B) | 228º | 0.21% | 0.95% | - |
| XYZ | 58.25 | 59.2 | 91.58 | - |
| YUV | 202.57 | 149.69 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 241 | 0.21 | 0.17 | 0 | 0.05 | 228 | 0.64 | 0.85 |
| Hex | BF | C9 | F1 | 15 | 11 | 0 | 5 | E4 | 40 | 55 |
| Octal | 277 | 311 | 361 | 25 | 21 | 0 | 5 | 344 | 100 | 125 |
| Binary | 10111111 | 11001001 | 11110001 | 10101 | 10001 | 0 | 101 | 11100100 | 1000000 | 1010101 |
Color Harmonies of #BFC9F1
Complementary color
Monochromatic Colors of #BFC9F1
Black with #BFC9F1
Text Example
Text Example
White with #BFC9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC9F1; }
p { color: rgb(191,201,241); }
H1.HeaderClassName
{
color: #BFC9F1;
}
.AnyTagClassName
{
color: #BFC9F1;
}
</style>
background-color css
<style>
a { background-color: #BFC9F1; }
a { background-color: rgb(191,201,241); }
div.DivClassName
{
background-color: #BFC9F1;
}
.BgClassName
{
background-color: #BFC9F1;
}
</style>
border-color css
<style>
span { border-color: #BFC9F1; }
span { border-color: rgb(191,201,241); }
td.TdClassName
{
border-color: #BFC9F1;
}
.TagClassName
{
border-color: #BFC9F1;
}
</style>