Shades of Periwinkle #BFCEEF
Tints of Periwinkle #BFCEEF
RGB
CMYK
RGB Variations
Color information
#BFCEEF (or 0xBFCEEF) is known color: Periwinkle. HEX triplet: BF, CE and EF. RGB value is (191,206,239). Sum of RGB (Red+Green+Blue) = 191+206+239=636 (84% of max value = 765). Red value is 191 (75% from 255 or 30.03% from 636); Green value is 206 (80.86% from 255 or 32.39% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFCEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCEEF is #403110. Grayscale: #CDCDCD. Windows color (decimal): -4206865 or 15716031. OLE color: 15716031.
HSL color Cylindrical-coordinate representation of color #BFCEEF: hue angle of 221.25º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFCEEF is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 206 | 239 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.06 |
| HSL | 221.25º | 0.6% | 0.84% | - |
| HSV(B) | 221.25º | 0.2% | 0.94% | - |
| XYZ | 59.14 | 61.45 | 90.41 | - |
| YUV | 205.28 | 147.03 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 206 | 239 | 0.20 | 0.14 | 0 | 0.06 | 221.25 | 0.6 | 0.84 |
| Hex | BF | CE | EF | 14 | E | 0 | 6 | DD | 3C | 54 |
| Octal | 277 | 316 | 357 | 24 | 16 | 0 | 6 | 335 | 74 | 124 |
| Binary | 10111111 | 11001110 | 11101111 | 10100 | 1110 | 0 | 110 | 11011101 | 111100 | 1010100 |
Color Harmonies of #BFCEEF
Complementary color
Monochromatic Colors of #BFCEEF
Black with #BFCEEF
Text Example
Text Example
White with #BFCEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCEEF; }
p { color: rgb(191,206,239); }
H1.HeaderClassName
{
color: #BFCEEF;
}
.AnyTagClassName
{
color: #BFCEEF;
}
</style>
background-color css
<style>
a { background-color: #BFCEEF; }
a { background-color: rgb(191,206,239); }
div.DivClassName
{
background-color: #BFCEEF;
}
.BgClassName
{
background-color: #BFCEEF;
}
</style>
border-color css
<style>
span { border-color: #BFCEEF; }
span { border-color: rgb(191,206,239); }
td.TdClassName
{
border-color: #BFCEEF;
}
.TagClassName
{
border-color: #BFCEEF;
}
</style>