Shades of Periwinkle #BFD2EE
Tints of Periwinkle #BFD2EE
RGB
CMYK
RGB Variations
Color information
#BFD2EE (or 0xBFD2EE) is known color: Periwinkle. HEX triplet: BF, D2 and EE. RGB value is (191,210,238). Sum of RGB (Red+Green+Blue) = 191+210+238=639 (84% of max value = 765). Red value is 191 (75% from 255 or 29.89% from 639); Green value is 210 (82.42% from 255 or 32.86% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFD2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD2EE is #402D11. Grayscale: #CFCFCF. Windows color (decimal): -4205842 or 15651519. OLE color: 15651519.
HSL color Cylindrical-coordinate representation of color #BFD2EE: hue angle of 215.74º 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 #BFD2EE is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 210 | 238 | - |
| CMYK | 0.20 | 0.12 | 0 | 0.07 |
| HSL | 215.74º | 0.58% | 0.84% | - |
| HSV(B) | 215.74º | 0.2% | 0.93% | - |
| XYZ | 59.97 | 63.34 | 89.95 | - |
| YUV | 207.51 | 145.21 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 238 | 0.20 | 0.12 | 0 | 0.07 | 215.74 | 0.58 | 0.84 |
| Hex | BF | D2 | EE | 14 | C | 0 | 7 | D8 | 3A | 54 |
| Octal | 277 | 322 | 356 | 24 | 14 | 0 | 7 | 330 | 72 | 124 |
| Binary | 10111111 | 11010010 | 11101110 | 10100 | 1100 | 0 | 111 | 11011000 | 111010 | 1010100 |
Color Harmonies of #BFD2EE
Complementary color
Monochromatic Colors of #BFD2EE
Black with #BFD2EE
Text Example
Text Example
White with #BFD2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD2EE; }
p { color: rgb(191,210,238); }
H1.HeaderClassName
{
color: #BFD2EE;
}
.AnyTagClassName
{
color: #BFD2EE;
}
</style>
background-color css
<style>
a { background-color: #BFD2EE; }
a { background-color: rgb(191,210,238); }
div.DivClassName
{
background-color: #BFD2EE;
}
.BgClassName
{
background-color: #BFD2EE;
}
</style>
border-color css
<style>
span { border-color: #BFD2EE; }
span { border-color: rgb(191,210,238); }
td.TdClassName
{
border-color: #BFD2EE;
}
.TagClassName
{
border-color: #BFD2EE;
}
</style>