Shades of Periwinkle #BFCFE8
Tints of Periwinkle #BFCFE8
RGB
CMYK
RGB Variations
Color information
#BFCFE8 (or 0xBFCFE8) is known color: Periwinkle. HEX triplet: BF, CF and E8. RGB value is (191,207,232). Sum of RGB (Red+Green+Blue) = 191+207+232=630 (83% of max value = 765). Red value is 191 (75% from 255 or 30.32% from 630); Green value is 207 (81.25% from 255 or 32.86% from 630); Blue value is 232 (91.02% from 255 or 36.83% from 630); Max value from RGB is 232 - color contains mainly: blue. Hex color #BFCFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCFE8 is #403017. Grayscale: #CCCCCC. Windows color (decimal): -4206616 or 15257535. OLE color: 15257535.
HSL color Cylindrical-coordinate representation of color #BFCFE8: hue angle of 216.59º degrees, saturation: 0.47, 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 #BFCFE8 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 207 | 232 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.09 |
| HSL | 216.59º | 0.47% | 0.83% | - |
| HSV(B) | 216.59º | 0.18% | 0.91% | - |
| XYZ | 58.36 | 61.53 | 85.14 | - |
| YUV | 205.07 | 143.2 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 232 | 0.18 | 0.11 | 0 | 0.09 | 216.59 | 0.47 | 0.83 |
| Hex | BF | CF | E8 | 12 | B | 0 | 9 | D9 | 2F | 53 |
| Octal | 277 | 317 | 350 | 22 | 13 | 0 | 11 | 331 | 57 | 123 |
| Binary | 10111111 | 11001111 | 11101000 | 10010 | 1011 | 0 | 1001 | 11011001 | 101111 | 1010011 |
Color Harmonies of #BFCFE8
Complementary color
Monochromatic Colors of #BFCFE8
Black with #BFCFE8
Text Example
Text Example
White with #BFCFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCFE8; }
p { color: rgb(191,207,232); }
H1.HeaderClassName
{
color: #BFCFE8;
}
.AnyTagClassName
{
color: #BFCFE8;
}
</style>
background-color css
<style>
a { background-color: #BFCFE8; }
a { background-color: rgb(191,207,232); }
div.DivClassName
{
background-color: #BFCFE8;
}
.BgClassName
{
background-color: #BFCFE8;
}
</style>
border-color css
<style>
span { border-color: #BFCFE8; }
span { border-color: rgb(191,207,232); }
td.TdClassName
{
border-color: #BFCFE8;
}
.TagClassName
{
border-color: #BFCFE8;
}
</style>