Shades of Periwinkle #BFCEE4
Tints of Periwinkle #BFCEE4
RGB
CMYK
RGB Variations
Color information
#BFCEE4 (or 0xBFCEE4) is known color: Periwinkle. HEX triplet: BF, CE and E4. RGB value is (191,206,228). Sum of RGB (Red+Green+Blue) = 191+206+228=625 (82% of max value = 765). Red value is 191 (75% from 255 or 30.56% from 625); Green value is 206 (80.86% from 255 or 32.96% from 625); Blue value is 228 (89.45% from 255 or 36.48% from 625); Max value from RGB is 228 - color contains mainly: blue. Hex color #BFCEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCEE4 is #40311B. Grayscale: #CBCBCB. Windows color (decimal): -4206876 or 14995135. OLE color: 14995135.
HSL color Cylindrical-coordinate representation of color #BFCEE4: hue angle of 215.68º 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 #BFCEE4 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 206 | 228 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.11 |
| HSL | 215.68º | 0.41% | 0.82% | - |
| HSV(B) | 215.68º | 0.16% | 0.89% | - |
| XYZ | 57.56 | 60.82 | 82.1 | - |
| YUV | 204.02 | 141.53 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 206 | 228 | 0.16 | 0.10 | 0 | 0.11 | 215.68 | 0.41 | 0.82 |
| Hex | BF | CE | E4 | 10 | A | 0 | B | D8 | 29 | 52 |
| Octal | 277 | 316 | 344 | 20 | 12 | 0 | 13 | 330 | 51 | 122 |
| Binary | 10111111 | 11001110 | 11100100 | 10000 | 1010 | 0 | 1011 | 11011000 | 101001 | 1010010 |
Color Harmonies of #BFCEE4
Complementary color
Monochromatic Colors of #BFCEE4
Black with #BFCEE4
Text Example
Text Example
White with #BFCEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCEE4; }
p { color: rgb(191,206,228); }
H1.HeaderClassName
{
color: #BFCEE4;
}
.AnyTagClassName
{
color: #BFCEE4;
}
</style>
background-color css
<style>
a { background-color: #BFCEE4; }
a { background-color: rgb(191,206,228); }
div.DivClassName
{
background-color: #BFCEE4;
}
.BgClassName
{
background-color: #BFCEE4;
}
</style>
border-color css
<style>
span { border-color: #BFCEE4; }
span { border-color: rgb(191,206,228); }
td.TdClassName
{
border-color: #BFCEE4;
}
.TagClassName
{
border-color: #BFCEE4;
}
</style>