Shades of Periwinkle #BFC9F2
Tints of Periwinkle #BFC9F2
RGB
CMYK
RGB Variations
Color information
#BFC9F2 (or 0xBFC9F2) is known color: Periwinkle. HEX triplet: BF, C9 and F2. RGB value is (191,201,242). Sum of RGB (Red+Green+Blue) = 191+201+242=634 (83% of max value = 765). Red value is 191 (75% from 255 or 30.13% from 634); Green value is 201 (78.91% from 255 or 31.70% from 634); Blue value is 242 (94.92% from 255 or 38.17% from 634); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFC9F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC9F2 is #40360D. Grayscale: #CACACA. Windows color (decimal): -4208142 or 15911359. OLE color: 15911359.
HSL color Cylindrical-coordinate representation of color #BFC9F2: hue angle of 228.24º degrees, saturation: 0.66, 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 #BFC9F2 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 201 | 242 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.05 |
| HSL | 228.24º | 0.66% | 0.85% | - |
| HSV(B) | 228.24º | 0.21% | 0.95% | - |
| XYZ | 58.4 | 59.26 | 92.36 | - |
| YUV | 202.68 | 150.19 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 242 | 0.21 | 0.17 | 0 | 0.05 | 228.24 | 0.66 | 0.85 |
| Hex | BF | C9 | F2 | 15 | 11 | 0 | 5 | E4 | 42 | 55 |
| Octal | 277 | 311 | 362 | 25 | 21 | 0 | 5 | 344 | 102 | 125 |
| Binary | 10111111 | 11001001 | 11110010 | 10101 | 10001 | 0 | 101 | 11100100 | 1000010 | 1010101 |
Color Harmonies of #BFC9F2
Complementary color
Monochromatic Colors of #BFC9F2
Black with #BFC9F2
Text Example
Text Example
White with #BFC9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC9F2; }
p { color: rgb(191,201,242); }
H1.HeaderClassName
{
color: #BFC9F2;
}
.AnyTagClassName
{
color: #BFC9F2;
}
</style>
background-color css
<style>
a { background-color: #BFC9F2; }
a { background-color: rgb(191,201,242); }
div.DivClassName
{
background-color: #BFC9F2;
}
.BgClassName
{
background-color: #BFC9F2;
}
</style>
border-color css
<style>
span { border-color: #BFC9F2; }
span { border-color: rgb(191,201,242); }
td.TdClassName
{
border-color: #BFC9F2;
}
.TagClassName
{
border-color: #BFC9F2;
}
</style>