Shades of Periwinkle #BFD3EE
Tints of Periwinkle #BFD3EE
RGB
CMYK
RGB Variations
Color information
#BFD3EE (or 0xBFD3EE) is known color: Periwinkle. HEX triplet: BF, D3 and EE. RGB value is (191,211,238). Sum of RGB (Red+Green+Blue) = 191+211+238=640 (84% of max value = 765). Red value is 191 (75% from 255 or 29.84% from 640); Green value is 211 (82.81% from 255 or 32.97% from 640); Blue value is 238 (93.36% from 255 or 37.19% from 640); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFD3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD3EE is #402C11. Grayscale: #CFCFCF. Windows color (decimal): -4205586 or 15651775. OLE color: 15651775.
HSL color Cylindrical-coordinate representation of color #BFD3EE: hue angle of 214.47º 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 #BFD3EE is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 211 | 238 | - |
| CMYK | 0.20 | 0.11 | 0 | 0.07 |
| HSL | 214.47º | 0.58% | 0.84% | - |
| HSV(B) | 214.47º | 0.2% | 0.93% | - |
| XYZ | 60.21 | 63.84 | 90.04 | - |
| YUV | 208.1 | 144.87 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 238 | 0.20 | 0.11 | 0 | 0.07 | 214.47 | 0.58 | 0.84 |
| Hex | BF | D3 | EE | 14 | B | 0 | 7 | D6 | 3A | 54 |
| Octal | 277 | 323 | 356 | 24 | 13 | 0 | 7 | 326 | 72 | 124 |
| Binary | 10111111 | 11010011 | 11101110 | 10100 | 1011 | 0 | 111 | 11010110 | 111010 | 1010100 |
Color Harmonies of #BFD3EE
Complementary color
Monochromatic Colors of #BFD3EE
Black with #BFD3EE
Text Example
Text Example
White with #BFD3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD3EE; }
p { color: rgb(191,211,238); }
H1.HeaderClassName
{
color: #BFD3EE;
}
.AnyTagClassName
{
color: #BFD3EE;
}
</style>
background-color css
<style>
a { background-color: #BFD3EE; }
a { background-color: rgb(191,211,238); }
div.DivClassName
{
background-color: #BFD3EE;
}
.BgClassName
{
background-color: #BFD3EE;
}
</style>
border-color css
<style>
span { border-color: #BFD3EE; }
span { border-color: rgb(191,211,238); }
td.TdClassName
{
border-color: #BFD3EE;
}
.TagClassName
{
border-color: #BFD3EE;
}
</style>