Shades of Periwinkle #BFCFEF
Tints of Periwinkle #BFCFEF
RGB
CMYK
RGB Variations
Color information
#BFCFEF (or 0xBFCFEF) is known color: Periwinkle. HEX triplet: BF, CF and EF. RGB value is (191,207,239). Sum of RGB (Red+Green+Blue) = 191+207+239=637 (84% of max value = 765). Red value is 191 (75% from 255 or 29.98% from 637); Green value is 207 (81.25% from 255 or 32.50% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFCFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCFEF is #403010. Grayscale: #CDCDCD. Windows color (decimal): -4206609 or 15716287. OLE color: 15716287.
HSL color Cylindrical-coordinate representation of color #BFCFEF: hue angle of 220º 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 #BFCFEF is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 207 | 239 | - |
| CMYK | 0.20 | 0.13 | 0 | 0.06 |
| HSL | 220º | 0.6% | 0.84% | - |
| HSV(B) | 220º | 0.2% | 0.94% | - |
| XYZ | 59.38 | 61.93 | 90.49 | - |
| YUV | 205.86 | 146.7 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 239 | 0.20 | 0.13 | 0 | 0.06 | 220 | 0.6 | 0.84 |
| Hex | BF | CF | EF | 14 | D | 0 | 6 | DC | 3C | 54 |
| Octal | 277 | 317 | 357 | 24 | 15 | 0 | 6 | 334 | 74 | 124 |
| Binary | 10111111 | 11001111 | 11101111 | 10100 | 1101 | 0 | 110 | 11011100 | 111100 | 1010100 |
Color Harmonies of #BFCFEF
Complementary color
Monochromatic Colors of #BFCFEF
Black with #BFCFEF
Text Example
Text Example
White with #BFCFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCFEF; }
p { color: rgb(191,207,239); }
H1.HeaderClassName
{
color: #BFCFEF;
}
.AnyTagClassName
{
color: #BFCFEF;
}
</style>
background-color css
<style>
a { background-color: #BFCFEF; }
a { background-color: rgb(191,207,239); }
div.DivClassName
{
background-color: #BFCFEF;
}
.BgClassName
{
background-color: #BFCFEF;
}
</style>
border-color css
<style>
span { border-color: #BFCFEF; }
span { border-color: rgb(191,207,239); }
td.TdClassName
{
border-color: #BFCFEF;
}
.TagClassName
{
border-color: #BFCFEF;
}
</style>