Shades of Periwinkle #BFC4E5
Tints of Periwinkle #BFC4E5
RGB
CMYK
RGB Variations
Color information
#BFC4E5 (or 0xBFC4E5) is known color: Periwinkle. HEX triplet: BF, C4 and E5. RGB value is (191,196,229). Sum of RGB (Red+Green+Blue) = 191+196+229=616 (81% of max value = 765). Red value is 191 (75% from 255 or 31.01% from 616); Green value is 196 (76.95% from 255 or 31.82% from 616); Blue value is 229 (89.84% from 255 or 37.18% from 616); Max value from RGB is 229 - color contains mainly: blue. Hex color #BFC4E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC4E5 is #403B1A. Grayscale: #C6C6C6. Windows color (decimal): -4209435 or 15058111. OLE color: 15058111.
HSL color Cylindrical-coordinate representation of color #BFC4E5: hue angle of 232.11º 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 #BFC4E5 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 196 | 229 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.10 |
| HSL | 232.11º | 0.42% | 0.82% | - |
| HSV(B) | 232.11º | 0.17% | 0.9% | - |
| XYZ | 55.37 | 56.21 | 82.06 | - |
| YUV | 198.27 | 145.34 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 229 | 0.17 | 0.14 | 0 | 0.10 | 232.11 | 0.42 | 0.82 |
| Hex | BF | C4 | E5 | 11 | E | 0 | A | E8 | 2A | 52 |
| Octal | 277 | 304 | 345 | 21 | 16 | 0 | 12 | 350 | 52 | 122 |
| Binary | 10111111 | 11000100 | 11100101 | 10001 | 1110 | 0 | 1010 | 11101000 | 101010 | 1010010 |
Color Harmonies of #BFC4E5
Complementary color
Monochromatic Colors of #BFC4E5
Black with #BFC4E5
Text Example
Text Example
White with #BFC4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC4E5; }
p { color: rgb(191,196,229); }
H1.HeaderClassName
{
color: #BFC4E5;
}
.AnyTagClassName
{
color: #BFC4E5;
}
</style>
background-color css
<style>
a { background-color: #BFC4E5; }
a { background-color: rgb(191,196,229); }
div.DivClassName
{
background-color: #BFC4E5;
}
.BgClassName
{
background-color: #BFC4E5;
}
</style>
border-color css
<style>
span { border-color: #BFC4E5; }
span { border-color: rgb(191,196,229); }
td.TdClassName
{
border-color: #BFC4E5;
}
.TagClassName
{
border-color: #BFC4E5;
}
</style>