Shades of Periwinkle #BFC5EE
Tints of Periwinkle #BFC5EE
RGB
CMYK
RGB Variations
Color information
#BFC5EE (or 0xBFC5EE) is known color: Periwinkle. HEX triplet: BF, C5 and EE. RGB value is (191,197,238). Sum of RGB (Red+Green+Blue) = 191+197+238=626 (82% of max value = 765). Red value is 191 (75% from 255 or 30.51% from 626); Green value is 197 (77.34% from 255 or 31.47% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFC5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC5EE is #403A11. Grayscale: #C7C7C7. Windows color (decimal): -4209170 or 15648191. OLE color: 15648191.
HSL color Cylindrical-coordinate representation of color #BFC5EE: hue angle of 232.34º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFC5EE is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 197 | 238 | - |
| CMYK | 0.20 | 0.17 | 0 | 0.07 |
| HSL | 232.34º | 0.58% | 0.84% | - |
| HSV(B) | 232.34º | 0.2% | 0.93% | - |
| XYZ | 56.88 | 57.18 | 88.93 | - |
| YUV | 199.88 | 149.51 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 238 | 0.20 | 0.17 | 0 | 0.07 | 232.34 | 0.58 | 0.84 |
| Hex | BF | C5 | EE | 14 | 11 | 0 | 7 | E8 | 3A | 54 |
| Octal | 277 | 305 | 356 | 24 | 21 | 0 | 7 | 350 | 72 | 124 |
| Binary | 10111111 | 11000101 | 11101110 | 10100 | 10001 | 0 | 111 | 11101000 | 111010 | 1010100 |
Color Harmonies of #BFC5EE
Complementary color
Monochromatic Colors of #BFC5EE
Black with #BFC5EE
Text Example
Text Example
White with #BFC5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC5EE; }
p { color: rgb(191,197,238); }
H1.HeaderClassName
{
color: #BFC5EE;
}
.AnyTagClassName
{
color: #BFC5EE;
}
</style>
background-color css
<style>
a { background-color: #BFC5EE; }
a { background-color: rgb(191,197,238); }
div.DivClassName
{
background-color: #BFC5EE;
}
.BgClassName
{
background-color: #BFC5EE;
}
</style>
border-color css
<style>
span { border-color: #BFC5EE; }
span { border-color: rgb(191,197,238); }
td.TdClassName
{
border-color: #BFC5EE;
}
.TagClassName
{
border-color: #BFC5EE;
}
</style>