Shades of Periwinkle #BFC8E9
Tints of Periwinkle #BFC8E9
RGB
CMYK
RGB Variations
Color information
#BFC8E9 (or 0xBFC8E9) is known color: Periwinkle. HEX triplet: BF, C8 and E9. RGB value is (191,200,233). Sum of RGB (Red+Green+Blue) = 191+200+233=624 (82% of max value = 765). Red value is 191 (75% from 255 or 30.61% from 624); Green value is 200 (78.52% from 255 or 32.05% from 624); Blue value is 233 (91.41% from 255 or 37.34% from 624); Max value from RGB is 233 - color contains mainly: blue. Hex color #BFC8E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC8E9 is #403716. Grayscale: #C8C8C8. Windows color (decimal): -4208407 or 15321279. OLE color: 15321279.
HSL color Cylindrical-coordinate representation of color #BFC8E9: hue angle of 227.14º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFC8E9 is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 200 | 233 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.09 |
| HSL | 227.14º | 0.49% | 0.83% | - |
| HSV(B) | 227.14º | 0.18% | 0.91% | - |
| XYZ | 56.85 | 58.27 | 85.34 | - |
| YUV | 201.07 | 146.02 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 233 | 0.18 | 0.14 | 0 | 0.09 | 227.14 | 0.49 | 0.83 |
| Hex | BF | C8 | E9 | 12 | E | 0 | 9 | E3 | 31 | 53 |
| Octal | 277 | 310 | 351 | 22 | 16 | 0 | 11 | 343 | 61 | 123 |
| Binary | 10111111 | 11001000 | 11101001 | 10010 | 1110 | 0 | 1001 | 11100011 | 110001 | 1010011 |
Color Harmonies of #BFC8E9
Complementary color
Monochromatic Colors of #BFC8E9
Black with #BFC8E9
Text Example
Text Example
White with #BFC8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC8E9; }
p { color: rgb(191,200,233); }
H1.HeaderClassName
{
color: #BFC8E9;
}
.AnyTagClassName
{
color: #BFC8E9;
}
</style>
background-color css
<style>
a { background-color: #BFC8E9; }
a { background-color: rgb(191,200,233); }
div.DivClassName
{
background-color: #BFC8E9;
}
.BgClassName
{
background-color: #BFC8E9;
}
</style>
border-color css
<style>
span { border-color: #BFC8E9; }
span { border-color: rgb(191,200,233); }
td.TdClassName
{
border-color: #BFC8E9;
}
.TagClassName
{
border-color: #BFC8E9;
}
</style>