Shades of Periwinkle #BFD6EE
Tints of Periwinkle #BFD6EE
RGB
CMYK
RGB Variations
Color information
#BFD6EE (or 0xBFD6EE) is known color: Periwinkle. HEX triplet: BF, D6 and EE. RGB value is (191,214,238). Sum of RGB (Red+Green+Blue) = 191+214+238=643 (85% of max value = 765). Red value is 191 (75% from 255 or 29.70% from 643); Green value is 214 (83.98% from 255 or 33.28% from 643); Blue value is 238 (93.36% from 255 or 37.01% from 643); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFD6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD6EE is #402911. Grayscale: #D1D1D1. Windows color (decimal): -4204818 or 15652543. OLE color: 15652543.
HSL color Cylindrical-coordinate representation of color #BFD6EE: hue angle of 210.64º 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 #BFD6EE is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 214 | 238 | - |
| CMYK | 0.20 | 0.10 | 0 | 0.07 |
| HSL | 210.64º | 0.58% | 0.84% | - |
| HSV(B) | 210.64º | 0.2% | 0.93% | - |
| XYZ | 60.97 | 65.34 | 90.29 | - |
| YUV | 209.86 | 143.88 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 238 | 0.20 | 0.10 | 0 | 0.07 | 210.64 | 0.58 | 0.84 |
| Hex | BF | D6 | EE | 14 | A | 0 | 7 | D3 | 3A | 54 |
| Octal | 277 | 326 | 356 | 24 | 12 | 0 | 7 | 323 | 72 | 124 |
| Binary | 10111111 | 11010110 | 11101110 | 10100 | 1010 | 0 | 111 | 11010011 | 111010 | 1010100 |
Color Harmonies of #BFD6EE
Complementary color
Monochromatic Colors of #BFD6EE
Black with #BFD6EE
Text Example
Text Example
White with #BFD6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD6EE; }
p { color: rgb(191,214,238); }
H1.HeaderClassName
{
color: #BFD6EE;
}
.AnyTagClassName
{
color: #BFD6EE;
}
</style>
background-color css
<style>
a { background-color: #BFD6EE; }
a { background-color: rgb(191,214,238); }
div.DivClassName
{
background-color: #BFD6EE;
}
.BgClassName
{
background-color: #BFD6EE;
}
</style>
border-color css
<style>
span { border-color: #BFD6EE; }
span { border-color: rgb(191,214,238); }
td.TdClassName
{
border-color: #BFD6EE;
}
.TagClassName
{
border-color: #BFD6EE;
}
</style>