Shades of Periwinkle #BFCDE4
Tints of Periwinkle #BFCDE4
RGB
CMYK
RGB Variations
Color information
#BFCDE4 (or 0xBFCDE4) is known color: Periwinkle. HEX triplet: BF, CD and E4. RGB value is (191,205,228). Sum of RGB (Red+Green+Blue) = 191+205+228=624 (82% of max value = 765). Red value is 191 (75% from 255 or 30.61% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 228 (89.45% from 255 or 36.54% from 624); Max value from RGB is 228 - color contains mainly: blue. Hex color #BFCDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCDE4 is #40321B. Grayscale: #CBCBCB. Windows color (decimal): -4207132 or 14994879. OLE color: 14994879.
HSL color Cylindrical-coordinate representation of color #BFCDE4: hue angle of 217.3º 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 #BFCDE4 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 205 | 228 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.11 |
| HSL | 217.3º | 0.41% | 0.82% | - |
| HSV(B) | 217.3º | 0.16% | 0.89% | - |
| XYZ | 57.32 | 60.34 | 82.02 | - |
| YUV | 203.44 | 141.86 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 228 | 0.16 | 0.10 | 0 | 0.11 | 217.3 | 0.41 | 0.82 |
| Hex | BF | CD | E4 | 10 | A | 0 | B | D9 | 29 | 52 |
| Octal | 277 | 315 | 344 | 20 | 12 | 0 | 13 | 331 | 51 | 122 |
| Binary | 10111111 | 11001101 | 11100100 | 10000 | 1010 | 0 | 1011 | 11011001 | 101001 | 1010010 |
Color Harmonies of #BFCDE4
Complementary color
Monochromatic Colors of #BFCDE4
Black with #BFCDE4
Text Example
Text Example
White with #BFCDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCDE4; }
p { color: rgb(191,205,228); }
H1.HeaderClassName
{
color: #BFCDE4;
}
.AnyTagClassName
{
color: #BFCDE4;
}
</style>
background-color css
<style>
a { background-color: #BFCDE4; }
a { background-color: rgb(191,205,228); }
div.DivClassName
{
background-color: #BFCDE4;
}
.BgClassName
{
background-color: #BFCDE4;
}
</style>
border-color css
<style>
span { border-color: #BFCDE4; }
span { border-color: rgb(191,205,228); }
td.TdClassName
{
border-color: #BFCDE4;
}
.TagClassName
{
border-color: #BFCDE4;
}
</style>