Shades of Periwinkle #BFC9EC
Tints of Periwinkle #BFC9EC
RGB
CMYK
RGB Variations
Color information
#BFC9EC (or 0xBFC9EC) is known color: Periwinkle. HEX triplet: BF, C9 and EC. RGB value is (191,201,236). Sum of RGB (Red+Green+Blue) = 191+201+236=628 (83% of max value = 765). Red value is 191 (75% from 255 or 30.41% from 628); Green value is 201 (78.91% from 255 or 32.01% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFC9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC9EC is #403613. Grayscale: #C9C9C9. Windows color (decimal): -4208148 or 15518143. OLE color: 15518143.
HSL color Cylindrical-coordinate representation of color #BFC9EC: hue angle of 226.67º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFC9EC is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 201 | 236 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.07 |
| HSL | 226.67º | 0.54% | 0.84% | - |
| HSV(B) | 226.67º | 0.19% | 0.93% | - |
| XYZ | 57.51 | 58.91 | 87.7 | - |
| YUV | 202 | 147.19 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 236 | 0.19 | 0.15 | 0 | 0.07 | 226.67 | 0.54 | 0.84 |
| Hex | BF | C9 | EC | 13 | F | 0 | 7 | E3 | 36 | 54 |
| Octal | 277 | 311 | 354 | 23 | 17 | 0 | 7 | 343 | 66 | 124 |
| Binary | 10111111 | 11001001 | 11101100 | 10011 | 1111 | 0 | 111 | 11100011 | 110110 | 1010100 |
Color Harmonies of #BFC9EC
Complementary color
Monochromatic Colors of #BFC9EC
Black with #BFC9EC
Text Example
Text Example
White with #BFC9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC9EC; }
p { color: rgb(191,201,236); }
H1.HeaderClassName
{
color: #BFC9EC;
}
.AnyTagClassName
{
color: #BFC9EC;
}
</style>
background-color css
<style>
a { background-color: #BFC9EC; }
a { background-color: rgb(191,201,236); }
div.DivClassName
{
background-color: #BFC9EC;
}
.BgClassName
{
background-color: #BFC9EC;
}
</style>
border-color css
<style>
span { border-color: #BFC9EC; }
span { border-color: rgb(191,201,236); }
td.TdClassName
{
border-color: #BFC9EC;
}
.TagClassName
{
border-color: #BFC9EC;
}
</style>