Shades of Periwinkle #BFC3EF
Tints of Periwinkle #BFC3EF
RGB
CMYK
RGB Variations
Color information
#BFC3EF (or 0xBFC3EF) is known color: Periwinkle. HEX triplet: BF, C3 and EF. RGB value is (191,195,239). Sum of RGB (Red+Green+Blue) = 191+195+239=625 (82% of max value = 765). Red value is 191 (75% from 255 or 30.56% from 625); Green value is 195 (76.56% from 255 or 31.2% from 625); Blue value is 239 (93.75% from 255 or 38.24% from 625); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFC3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC3EF is #403C10. Grayscale: #C6C6C6. Windows color (decimal): -4209681 or 15713215. OLE color: 15713215.
HSL color Cylindrical-coordinate representation of color #BFC3EF: hue angle of 235º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFC3EF is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 195 | 239 | - |
| CMYK | 0.20 | 0.18 | 0 | 0.06 |
| HSL | 235º | 0.6% | 0.84% | - |
| HSV(B) | 235º | 0.2% | 0.94% | - |
| XYZ | 56.58 | 56.34 | 89.55 | - |
| YUV | 198.82 | 150.67 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 239 | 0.20 | 0.18 | 0 | 0.06 | 235 | 0.6 | 0.84 |
| Hex | BF | C3 | EF | 14 | 12 | 0 | 6 | EB | 3C | 54 |
| Octal | 277 | 303 | 357 | 24 | 22 | 0 | 6 | 353 | 74 | 124 |
| Binary | 10111111 | 11000011 | 11101111 | 10100 | 10010 | 0 | 110 | 11101011 | 111100 | 1010100 |
Color Harmonies of #BFC3EF
Complementary color
Monochromatic Colors of #BFC3EF
Black with #BFC3EF
Text Example
Text Example
White with #BFC3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC3EF; }
p { color: rgb(191,195,239); }
H1.HeaderClassName
{
color: #BFC3EF;
}
.AnyTagClassName
{
color: #BFC3EF;
}
</style>
background-color css
<style>
a { background-color: #BFC3EF; }
a { background-color: rgb(191,195,239); }
div.DivClassName
{
background-color: #BFC3EF;
}
.BgClassName
{
background-color: #BFC3EF;
}
</style>
border-color css
<style>
span { border-color: #BFC3EF; }
span { border-color: rgb(191,195,239); }
td.TdClassName
{
border-color: #BFC3EF;
}
.TagClassName
{
border-color: #BFC3EF;
}
</style>