Shades of Periwinkle #BFC9E1
Tints of Periwinkle #BFC9E1
RGB
CMYK
RGB Variations
Color information
#BFC9E1 (or 0xBFC9E1) is known color: Periwinkle. HEX triplet: BF, C9 and E1. RGB value is (191,201,225). Sum of RGB (Red+Green+Blue) = 191+201+225=617 (81% of max value = 765). Red value is 191 (75% from 255 or 30.96% from 617); Green value is 201 (78.91% from 255 or 32.58% from 617); Blue value is 225 (88.28% from 255 or 36.47% from 617); Max value from RGB is 225 - color contains mainly: blue. Hex color #BFC9E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC9E1 is #40361E. Grayscale: #C8C8C8. Windows color (decimal): -4208159 or 14797247. OLE color: 14797247.
HSL color Cylindrical-coordinate representation of color #BFC9E1: hue angle of 222.35º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFC9E1 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 201 | 225 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.12 |
| HSL | 222.35º | 0.36% | 0.82% | - |
| HSV(B) | 222.35º | 0.15% | 0.88% | - |
| XYZ | 55.96 | 58.29 | 79.53 | - |
| YUV | 200.75 | 141.69 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 225 | 0.15 | 0.11 | 0 | 0.12 | 222.35 | 0.36 | 0.82 |
| Hex | BF | C9 | E1 | F | B | 0 | C | DE | 24 | 52 |
| Octal | 277 | 311 | 341 | 17 | 13 | 0 | 14 | 336 | 44 | 122 |
| Binary | 10111111 | 11001001 | 11100001 | 1111 | 1011 | 0 | 1100 | 11011110 | 100100 | 1010010 |
Color Harmonies of #BFC9E1
Complementary color
Monochromatic Colors of #BFC9E1
Black with #BFC9E1
Text Example
Text Example
White with #BFC9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC9E1; }
p { color: rgb(191,201,225); }
H1.HeaderClassName
{
color: #BFC9E1;
}
.AnyTagClassName
{
color: #BFC9E1;
}
</style>
background-color css
<style>
a { background-color: #BFC9E1; }
a { background-color: rgb(191,201,225); }
div.DivClassName
{
background-color: #BFC9E1;
}
.BgClassName
{
background-color: #BFC9E1;
}
</style>
border-color css
<style>
span { border-color: #BFC9E1; }
span { border-color: rgb(191,201,225); }
td.TdClassName
{
border-color: #BFC9E1;
}
.TagClassName
{
border-color: #BFC9E1;
}
</style>