Shades of Periwinkle #BFC3EE
Tints of Periwinkle #BFC3EE
RGB
CMYK
RGB Variations
Color information
#BFC3EE (or 0xBFC3EE) is known color: Periwinkle. HEX triplet: BF, C3 and EE. RGB value is (191,195,238). Sum of RGB (Red+Green+Blue) = 191+195+238=624 (82% of max value = 765). Red value is 191 (75% from 255 or 30.61% from 624); Green value is 195 (76.56% from 255 or 31.25% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFC3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC3EE is #403C11. Grayscale: #C6C6C6. Windows color (decimal): -4209682 or 15647679. OLE color: 15647679.
HSL color Cylindrical-coordinate representation of color #BFC3EE: hue angle of 234.89º 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 #BFC3EE is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 195 | 238 | - |
| CMYK | 0.20 | 0.18 | 0 | 0.07 |
| HSL | 234.89º | 0.58% | 0.84% | - |
| HSV(B) | 234.89º | 0.2% | 0.93% | - |
| XYZ | 56.43 | 56.28 | 88.78 | - |
| YUV | 198.71 | 150.17 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 238 | 0.20 | 0.18 | 0 | 0.07 | 234.89 | 0.58 | 0.84 |
| Hex | BF | C3 | EE | 14 | 12 | 0 | 7 | EB | 3A | 54 |
| Octal | 277 | 303 | 356 | 24 | 22 | 0 | 7 | 353 | 72 | 124 |
| Binary | 10111111 | 11000011 | 11101110 | 10100 | 10010 | 0 | 111 | 11101011 | 111010 | 1010100 |
Color Harmonies of #BFC3EE
Complementary color
Monochromatic Colors of #BFC3EE
Black with #BFC3EE
Text Example
Text Example
White with #BFC3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC3EE; }
p { color: rgb(191,195,238); }
H1.HeaderClassName
{
color: #BFC3EE;
}
.AnyTagClassName
{
color: #BFC3EE;
}
</style>
background-color css
<style>
a { background-color: #BFC3EE; }
a { background-color: rgb(191,195,238); }
div.DivClassName
{
background-color: #BFC3EE;
}
.BgClassName
{
background-color: #BFC3EE;
}
</style>
border-color css
<style>
span { border-color: #BFC3EE; }
span { border-color: rgb(191,195,238); }
td.TdClassName
{
border-color: #BFC3EE;
}
.TagClassName
{
border-color: #BFC3EE;
}
</style>