Shades of Periwinkle #BFC2EE
Tints of Periwinkle #BFC2EE
RGB
CMYK
RGB Variations
Color information
#BFC2EE (or 0xBFC2EE) is known color: Periwinkle. HEX triplet: BF, C2 and EE. RGB value is (191,194,238). Sum of RGB (Red+Green+Blue) = 191+194+238=623 (82% of max value = 765). Red value is 191 (75% from 255 or 30.66% from 623); Green value is 194 (76.17% from 255 or 31.14% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFC2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC2EE is #403D11. Grayscale: #C5C5C5. Windows color (decimal): -4209938 or 15647423. OLE color: 15647423.
HSL color Cylindrical-coordinate representation of color #BFC2EE: hue angle of 236.17º 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 #BFC2EE is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 194 | 238 | - |
| CMYK | 0.20 | 0.18 | 0 | 0.07 |
| HSL | 236.17º | 0.58% | 0.84% | - |
| HSV(B) | 236.17º | 0.2% | 0.93% | - |
| XYZ | 56.21 | 55.83 | 88.7 | - |
| YUV | 198.12 | 150.51 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 238 | 0.20 | 0.18 | 0 | 0.07 | 236.17 | 0.58 | 0.84 |
| Hex | BF | C2 | EE | 14 | 12 | 0 | 7 | EC | 3A | 54 |
| Octal | 277 | 302 | 356 | 24 | 22 | 0 | 7 | 354 | 72 | 124 |
| Binary | 10111111 | 11000010 | 11101110 | 10100 | 10010 | 0 | 111 | 11101100 | 111010 | 1010100 |
Color Harmonies of #BFC2EE
Complementary color
Monochromatic Colors of #BFC2EE
Black with #BFC2EE
Text Example
Text Example
White with #BFC2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC2EE; }
p { color: rgb(191,194,238); }
H1.HeaderClassName
{
color: #BFC2EE;
}
.AnyTagClassName
{
color: #BFC2EE;
}
</style>
background-color css
<style>
a { background-color: #BFC2EE; }
a { background-color: rgb(191,194,238); }
div.DivClassName
{
background-color: #BFC2EE;
}
.BgClassName
{
background-color: #BFC2EE;
}
</style>
border-color css
<style>
span { border-color: #BFC2EE; }
span { border-color: rgb(191,194,238); }
td.TdClassName
{
border-color: #BFC2EE;
}
.TagClassName
{
border-color: #BFC2EE;
}
</style>