Shades of Periwinkle #BFC8EC
Tints of Periwinkle #BFC8EC
RGB
CMYK
RGB Variations
Color information
#BFC8EC (or 0xBFC8EC) is known color: Periwinkle. HEX triplet: BF, C8 and EC. RGB value is (191,200,236). Sum of RGB (Red+Green+Blue) = 191+200+236=627 (83% of max value = 765). Red value is 191 (75% from 255 or 30.46% from 627); Green value is 200 (78.52% from 255 or 31.90% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFC8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC8EC is #403713. Grayscale: #C9C9C9. Windows color (decimal): -4208404 or 15517887. OLE color: 15517887.
HSL color Cylindrical-coordinate representation of color #BFC8EC: hue angle of 228º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFC8EC is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 200 | 236 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.07 |
| HSL | 228º | 0.54% | 0.84% | - |
| HSV(B) | 228º | 0.19% | 0.93% | - |
| XYZ | 57.28 | 58.44 | 87.62 | - |
| YUV | 201.41 | 147.52 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 236 | 0.19 | 0.15 | 0 | 0.07 | 228 | 0.54 | 0.84 |
| Hex | BF | C8 | EC | 13 | F | 0 | 7 | E4 | 36 | 54 |
| Octal | 277 | 310 | 354 | 23 | 17 | 0 | 7 | 344 | 66 | 124 |
| Binary | 10111111 | 11001000 | 11101100 | 10011 | 1111 | 0 | 111 | 11100100 | 110110 | 1010100 |
Color Harmonies of #BFC8EC
Complementary color
Monochromatic Colors of #BFC8EC
Black with #BFC8EC
Text Example
Text Example
White with #BFC8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC8EC; }
p { color: rgb(191,200,236); }
H1.HeaderClassName
{
color: #BFC8EC;
}
.AnyTagClassName
{
color: #BFC8EC;
}
</style>
background-color css
<style>
a { background-color: #BFC8EC; }
a { background-color: rgb(191,200,236); }
div.DivClassName
{
background-color: #BFC8EC;
}
.BgClassName
{
background-color: #BFC8EC;
}
</style>
border-color css
<style>
span { border-color: #BFC8EC; }
span { border-color: rgb(191,200,236); }
td.TdClassName
{
border-color: #BFC8EC;
}
.TagClassName
{
border-color: #BFC8EC;
}
</style>