Shades of Periwinkle #BFC9E5
Tints of Periwinkle #BFC9E5
RGB
CMYK
RGB Variations
Color information
#BFC9E5 (or 0xBFC9E5) is known color: Periwinkle. HEX triplet: BF, C9 and E5. RGB value is (191,201,229). Sum of RGB (Red+Green+Blue) = 191+201+229=621 (82% of max value = 765). Red value is 191 (75% from 255 or 30.76% from 621); Green value is 201 (78.91% from 255 or 32.37% from 621); Blue value is 229 (89.84% from 255 or 36.88% from 621); Max value from RGB is 229 - color contains mainly: blue. Hex color #BFC9E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC9E5 is #40361A. Grayscale: #C9C9C9. Windows color (decimal): -4208155 or 15059391. OLE color: 15059391.
HSL color Cylindrical-coordinate representation of color #BFC9E5: hue angle of 224.21º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFC9E5 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 201 | 229 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.10 |
| HSL | 224.21º | 0.42% | 0.82% | - |
| HSV(B) | 224.21º | 0.17% | 0.9% | - |
| XYZ | 56.52 | 58.51 | 82.44 | - |
| YUV | 201.2 | 143.69 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 229 | 0.17 | 0.12 | 0 | 0.10 | 224.21 | 0.42 | 0.82 |
| Hex | BF | C9 | E5 | 11 | C | 0 | A | E0 | 2A | 52 |
| Octal | 277 | 311 | 345 | 21 | 14 | 0 | 12 | 340 | 52 | 122 |
| Binary | 10111111 | 11001001 | 11100101 | 10001 | 1100 | 0 | 1010 | 11100000 | 101010 | 1010010 |
Color Harmonies of #BFC9E5
Complementary color
Monochromatic Colors of #BFC9E5
Black with #BFC9E5
Text Example
Text Example
White with #BFC9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC9E5; }
p { color: rgb(191,201,229); }
H1.HeaderClassName
{
color: #BFC9E5;
}
.AnyTagClassName
{
color: #BFC9E5;
}
</style>
background-color css
<style>
a { background-color: #BFC9E5; }
a { background-color: rgb(191,201,229); }
div.DivClassName
{
background-color: #BFC9E5;
}
.BgClassName
{
background-color: #BFC9E5;
}
</style>
border-color css
<style>
span { border-color: #BFC9E5; }
span { border-color: rgb(191,201,229); }
td.TdClassName
{
border-color: #BFC9E5;
}
.TagClassName
{
border-color: #BFC9E5;
}
</style>