Shades of Periwinkle #BFCEE2
Tints of Periwinkle #BFCEE2
RGB
CMYK
RGB Variations
Color information
#BFCEE2 (or 0xBFCEE2) is known color: Periwinkle. HEX triplet: BF, CE and E2. RGB value is (191,206,226). Sum of RGB (Red+Green+Blue) = 191+206+226=623 (82% of max value = 765). Red value is 191 (75% from 255 or 30.66% from 623); Green value is 206 (80.86% from 255 or 33.07% from 623); Blue value is 226 (88.67% from 255 or 36.28% from 623); Max value from RGB is 226 - color contains mainly: blue. Hex color #BFCEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCEE2 is #40311D. Grayscale: #CBCBCB. Windows color (decimal): -4206878 or 14864063. OLE color: 14864063.
HSL color Cylindrical-coordinate representation of color #BFCEE2: hue angle of 214.29º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFCEE2 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 206 | 226 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.11 |
| HSL | 214.29º | 0.38% | 0.82% | - |
| HSV(B) | 214.29º | 0.15% | 0.89% | - |
| XYZ | 57.28 | 60.71 | 80.65 | - |
| YUV | 203.8 | 140.53 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 206 | 226 | 0.15 | 0.09 | 0 | 0.11 | 214.29 | 0.38 | 0.82 |
| Hex | BF | CE | E2 | F | 9 | 0 | B | D6 | 26 | 52 |
| Octal | 277 | 316 | 342 | 17 | 11 | 0 | 13 | 326 | 46 | 122 |
| Binary | 10111111 | 11001110 | 11100010 | 1111 | 1001 | 0 | 1011 | 11010110 | 100110 | 1010010 |
Color Harmonies of #BFCEE2
Complementary color
Monochromatic Colors of #BFCEE2
Black with #BFCEE2
Text Example
Text Example
White with #BFCEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCEE2; }
p { color: rgb(191,206,226); }
H1.HeaderClassName
{
color: #BFCEE2;
}
.AnyTagClassName
{
color: #BFCEE2;
}
</style>
background-color css
<style>
a { background-color: #BFCEE2; }
a { background-color: rgb(191,206,226); }
div.DivClassName
{
background-color: #BFCEE2;
}
.BgClassName
{
background-color: #BFCEE2;
}
</style>
border-color css
<style>
span { border-color: #BFCEE2; }
span { border-color: rgb(191,206,226); }
td.TdClassName
{
border-color: #BFCEE2;
}
.TagClassName
{
border-color: #BFCEE2;
}
</style>