Shades of Periwinkle #BFCFEE
Tints of Periwinkle #BFCFEE
RGB
CMYK
RGB Variations
Color information
#BFCFEE (or 0xBFCFEE) is known color: Periwinkle. HEX triplet: BF, CF and EE. RGB value is (191,207,238). Sum of RGB (Red+Green+Blue) = 191+207+238=636 (84% of max value = 765). Red value is 191 (75% from 255 or 30.03% from 636); Green value is 207 (81.25% from 255 or 32.55% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFCFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCFEE is #403011. Grayscale: #CDCDCD. Windows color (decimal): -4206610 or 15650751. OLE color: 15650751.
HSL color Cylindrical-coordinate representation of color #BFCFEE: hue angle of 219.57º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFCFEE is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 207 | 238 | - |
| CMYK | 0.20 | 0.13 | 0 | 0.07 |
| HSL | 219.57º | 0.58% | 0.84% | - |
| HSV(B) | 219.57º | 0.2% | 0.93% | - |
| XYZ | 59.23 | 61.88 | 89.71 | - |
| YUV | 205.75 | 146.2 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 238 | 0.20 | 0.13 | 0 | 0.07 | 219.57 | 0.58 | 0.84 |
| Hex | BF | CF | EE | 14 | D | 0 | 7 | DC | 3A | 54 |
| Octal | 277 | 317 | 356 | 24 | 15 | 0 | 7 | 334 | 72 | 124 |
| Binary | 10111111 | 11001111 | 11101110 | 10100 | 1101 | 0 | 111 | 11011100 | 111010 | 1010100 |
Color Harmonies of #BFCFEE
Complementary color
Monochromatic Colors of #BFCFEE
Black with #BFCFEE
Text Example
Text Example
White with #BFCFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCFEE; }
p { color: rgb(191,207,238); }
H1.HeaderClassName
{
color: #BFCFEE;
}
.AnyTagClassName
{
color: #BFCFEE;
}
</style>
background-color css
<style>
a { background-color: #BFCFEE; }
a { background-color: rgb(191,207,238); }
div.DivClassName
{
background-color: #BFCFEE;
}
.BgClassName
{
background-color: #BFCFEE;
}
</style>
border-color css
<style>
span { border-color: #BFCFEE; }
span { border-color: rgb(191,207,238); }
td.TdClassName
{
border-color: #BFCFEE;
}
.TagClassName
{
border-color: #BFCFEE;
}
</style>