Shades of Periwinkle #BFC5E5
Tints of Periwinkle #BFC5E5
RGB
CMYK
RGB Variations
Color information
#BFC5E5 (or 0xBFC5E5) is known color: Periwinkle. HEX triplet: BF, C5 and E5. RGB value is (191,197,229). Sum of RGB (Red+Green+Blue) = 191+197+229=617 (81% of max value = 765). Red value is 191 (75% from 255 or 30.96% from 617); Green value is 197 (77.34% from 255 or 31.93% from 617); Blue value is 229 (89.84% from 255 or 37.12% from 617); Max value from RGB is 229 - color contains mainly: blue. Hex color #BFC5E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC5E5 is #403A1A. Grayscale: #C6C6C6. Windows color (decimal): -4209179 or 15058367. OLE color: 15058367.
HSL color Cylindrical-coordinate representation of color #BFC5E5: hue angle of 230.53º 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 #BFC5E5 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 197 | 229 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.10 |
| HSL | 230.53º | 0.42% | 0.82% | - |
| HSV(B) | 230.53º | 0.17% | 0.9% | - |
| XYZ | 55.59 | 56.67 | 82.14 | - |
| YUV | 198.85 | 145.01 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 229 | 0.17 | 0.14 | 0 | 0.10 | 230.53 | 0.42 | 0.82 |
| Hex | BF | C5 | E5 | 11 | E | 0 | A | E7 | 2A | 52 |
| Octal | 277 | 305 | 345 | 21 | 16 | 0 | 12 | 347 | 52 | 122 |
| Binary | 10111111 | 11000101 | 11100101 | 10001 | 1110 | 0 | 1010 | 11100111 | 101010 | 1010010 |
Color Harmonies of #BFC5E5
Complementary color
Monochromatic Colors of #BFC5E5
Black with #BFC5E5
Text Example
Text Example
White with #BFC5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC5E5; }
p { color: rgb(191,197,229); }
H1.HeaderClassName
{
color: #BFC5E5;
}
.AnyTagClassName
{
color: #BFC5E5;
}
</style>
background-color css
<style>
a { background-color: #BFC5E5; }
a { background-color: rgb(191,197,229); }
div.DivClassName
{
background-color: #BFC5E5;
}
.BgClassName
{
background-color: #BFC5E5;
}
</style>
border-color css
<style>
span { border-color: #BFC5E5; }
span { border-color: rgb(191,197,229); }
td.TdClassName
{
border-color: #BFC5E5;
}
.TagClassName
{
border-color: #BFC5E5;
}
</style>