Shades of Periwinkle #BFD1E4
Tints of Periwinkle #BFD1E4
RGB
CMYK
RGB Variations
Color information
#BFD1E4 (or 0xBFD1E4) is known color: Periwinkle. HEX triplet: BF, D1 and E4. RGB value is (191,209,228). Sum of RGB (Red+Green+Blue) = 191+209+228=628 (83% of max value = 765). Red value is 191 (75% from 255 or 30.41% from 628); Green value is 209 (82.03% from 255 or 33.28% from 628); Blue value is 228 (89.45% from 255 or 36.31% from 628); Max value from RGB is 228 - color contains mainly: blue. Hex color #BFD1E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD1E4 is #402E1B. Grayscale: #CDCDCD. Windows color (decimal): -4206108 or 14995903. OLE color: 14995903.
HSL color Cylindrical-coordinate representation of color #BFD1E4: hue angle of 210.81º 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 #BFD1E4 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 209 | 228 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.11 |
| HSL | 210.81º | 0.41% | 0.82% | - |
| HSV(B) | 210.81º | 0.16% | 0.89% | - |
| XYZ | 58.29 | 62.28 | 82.35 | - |
| YUV | 205.78 | 140.54 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 209 | 228 | 0.16 | 0.08 | 0 | 0.11 | 210.81 | 0.41 | 0.82 |
| Hex | BF | D1 | E4 | 10 | 8 | 0 | B | D3 | 29 | 52 |
| Octal | 277 | 321 | 344 | 20 | 10 | 0 | 13 | 323 | 51 | 122 |
| Binary | 10111111 | 11010001 | 11100100 | 10000 | 1000 | 0 | 1011 | 11010011 | 101001 | 1010010 |
Color Harmonies of #BFD1E4
Complementary color
Monochromatic Colors of #BFD1E4
Black with #BFD1E4
Text Example
Text Example
White with #BFD1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD1E4; }
p { color: rgb(191,209,228); }
H1.HeaderClassName
{
color: #BFD1E4;
}
.AnyTagClassName
{
color: #BFD1E4;
}
</style>
background-color css
<style>
a { background-color: #BFD1E4; }
a { background-color: rgb(191,209,228); }
div.DivClassName
{
background-color: #BFD1E4;
}
.BgClassName
{
background-color: #BFD1E4;
}
</style>
border-color css
<style>
span { border-color: #BFD1E4; }
span { border-color: rgb(191,209,228); }
td.TdClassName
{
border-color: #BFD1E4;
}
.TagClassName
{
border-color: #BFD1E4;
}
</style>