Shades of Periwinkle #BFC9E7
Tints of Periwinkle #BFC9E7
RGB
CMYK
RGB Variations
Color information
#BFC9E7 (or 0xBFC9E7) is known color: Periwinkle. HEX triplet: BF, C9 and E7. RGB value is (191,201,231). Sum of RGB (Red+Green+Blue) = 191+201+231=623 (82% of max value = 765). Red value is 191 (75% from 255 or 30.66% from 623); Green value is 201 (78.91% from 255 or 32.26% from 623); Blue value is 231 (90.62% from 255 or 37.08% from 623); Max value from RGB is 231 - color contains mainly: blue. Hex color #BFC9E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC9E7 is #403618. Grayscale: #C9C9C9. Windows color (decimal): -4208153 or 15190463. OLE color: 15190463.
HSL color Cylindrical-coordinate representation of color #BFC9E7: hue angle of 225º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFC9E7 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 201 | 231 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.09 |
| HSL | 225º | 0.45% | 0.83% | - |
| HSV(B) | 225º | 0.17% | 0.91% | - |
| XYZ | 56.8 | 58.62 | 83.92 | - |
| YUV | 201.43 | 144.69 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 231 | 0.17 | 0.13 | 0 | 0.09 | 225 | 0.45 | 0.83 |
| Hex | BF | C9 | E7 | 11 | D | 0 | 9 | E1 | 2D | 53 |
| Octal | 277 | 311 | 347 | 21 | 15 | 0 | 11 | 341 | 55 | 123 |
| Binary | 10111111 | 11001001 | 11100111 | 10001 | 1101 | 0 | 1001 | 11100001 | 101101 | 1010011 |
Color Harmonies of #BFC9E7
Complementary color
Monochromatic Colors of #BFC9E7
Black with #BFC9E7
Text Example
Text Example
White with #BFC9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC9E7; }
p { color: rgb(191,201,231); }
H1.HeaderClassName
{
color: #BFC9E7;
}
.AnyTagClassName
{
color: #BFC9E7;
}
</style>
background-color css
<style>
a { background-color: #BFC9E7; }
a { background-color: rgb(191,201,231); }
div.DivClassName
{
background-color: #BFC9E7;
}
.BgClassName
{
background-color: #BFC9E7;
}
</style>
border-color css
<style>
span { border-color: #BFC9E7; }
span { border-color: rgb(191,201,231); }
td.TdClassName
{
border-color: #BFC9E7;
}
.TagClassName
{
border-color: #BFC9E7;
}
</style>