Shades of Periwinkle #BFCEF1
Tints of Periwinkle #BFCEF1
RGB
CMYK
RGB Variations
Color information
#BFCEF1 (or 0xBFCEF1) is known color: Periwinkle. HEX triplet: BF, CE and F1. RGB value is (191,206,241). Sum of RGB (Red+Green+Blue) = 191+206+241=638 (84% of max value = 765). Red value is 191 (75% from 255 or 29.94% from 638); Green value is 206 (80.86% from 255 or 32.29% from 638); Blue value is 241 (94.53% from 255 or 37.77% from 638); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFCEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCEF1 is #40310E. Grayscale: #CDCDCD. Windows color (decimal): -4206863 or 15847103. OLE color: 15847103.
HSL color Cylindrical-coordinate representation of color #BFCEF1: hue angle of 222º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFCEF1 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 206 | 241 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.05 |
| HSL | 222º | 0.64% | 0.85% | - |
| HSV(B) | 222º | 0.21% | 0.95% | - |
| XYZ | 59.43 | 61.57 | 91.97 | - |
| YUV | 205.51 | 148.03 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 206 | 241 | 0.21 | 0.15 | 0 | 0.05 | 222 | 0.64 | 0.85 |
| Hex | BF | CE | F1 | 15 | F | 0 | 5 | DE | 40 | 55 |
| Octal | 277 | 316 | 361 | 25 | 17 | 0 | 5 | 336 | 100 | 125 |
| Binary | 10111111 | 11001110 | 11110001 | 10101 | 1111 | 0 | 101 | 11011110 | 1000000 | 1010101 |
Color Harmonies of #BFCEF1
Complementary color
Monochromatic Colors of #BFCEF1
Black with #BFCEF1
Text Example
Text Example
White with #BFCEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCEF1; }
p { color: rgb(191,206,241); }
H1.HeaderClassName
{
color: #BFCEF1;
}
.AnyTagClassName
{
color: #BFCEF1;
}
</style>
background-color css
<style>
a { background-color: #BFCEF1; }
a { background-color: rgb(191,206,241); }
div.DivClassName
{
background-color: #BFCEF1;
}
.BgClassName
{
background-color: #BFCEF1;
}
</style>
border-color css
<style>
span { border-color: #BFCEF1; }
span { border-color: rgb(191,206,241); }
td.TdClassName
{
border-color: #BFCEF1;
}
.TagClassName
{
border-color: #BFCEF1;
}
</style>