Shades of Periwinkle #BFCFE4
Tints of Periwinkle #BFCFE4
RGB
CMYK
RGB Variations
Color information
#BFCFE4 (or 0xBFCFE4) is known color: Periwinkle. HEX triplet: BF, CF and E4. RGB value is (191,207,228). Sum of RGB (Red+Green+Blue) = 191+207+228=626 (82% of max value = 765). Red value is 191 (75% from 255 or 30.51% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 228 (89.45% from 255 or 36.42% from 626); Max value from RGB is 228 - color contains mainly: blue. Hex color #BFCFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCFE4 is #40301B. Grayscale: #CCCCCC. Windows color (decimal): -4206620 or 14995391. OLE color: 14995391.
HSL color Cylindrical-coordinate representation of color #BFCFE4: hue angle of 214.05º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFCFE4 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 207 | 228 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.11 |
| HSL | 214.05º | 0.41% | 0.82% | - |
| HSV(B) | 214.05º | 0.16% | 0.89% | - |
| XYZ | 57.8 | 61.3 | 82.19 | - |
| YUV | 204.61 | 141.2 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 228 | 0.16 | 0.09 | 0 | 0.11 | 214.05 | 0.41 | 0.82 |
| Hex | BF | CF | E4 | 10 | 9 | 0 | B | D6 | 29 | 52 |
| Octal | 277 | 317 | 344 | 20 | 11 | 0 | 13 | 326 | 51 | 122 |
| Binary | 10111111 | 11001111 | 11100100 | 10000 | 1001 | 0 | 1011 | 11010110 | 101001 | 1010010 |
Color Harmonies of #BFCFE4
Complementary color
Monochromatic Colors of #BFCFE4
Black with #BFCFE4
Text Example
Text Example
White with #BFCFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCFE4; }
p { color: rgb(191,207,228); }
H1.HeaderClassName
{
color: #BFCFE4;
}
.AnyTagClassName
{
color: #BFCFE4;
}
</style>
background-color css
<style>
a { background-color: #BFCFE4; }
a { background-color: rgb(191,207,228); }
div.DivClassName
{
background-color: #BFCFE4;
}
.BgClassName
{
background-color: #BFCFE4;
}
</style>
border-color css
<style>
span { border-color: #BFCFE4; }
span { border-color: rgb(191,207,228); }
td.TdClassName
{
border-color: #BFCFE4;
}
.TagClassName
{
border-color: #BFCFE4;
}
</style>