Shades of Periwinkle #BFD3FA
Tints of Periwinkle #BFD3FA
RGB
CMYK
RGB Variations
Color information
#BFD3FA (or 0xBFD3FA) is known color: Periwinkle. HEX triplet: BF, D3 and FA. RGB value is (191,211,250). Sum of RGB (Red+Green+Blue) = 191+211+250=652 (86% of max value = 765). Red value is 191 (75% from 255 or 29.29% from 652); Green value is 211 (82.81% from 255 or 32.36% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFD3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD3FA is #402C05. Grayscale: #D1D1D1. Windows color (decimal): -4205574 or 16438207. OLE color: 16438207.
HSL color Cylindrical-coordinate representation of color #BFD3FA: hue angle of 219.66º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFD3FA is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 211 | 250 | - |
| CMYK | 0.24 | 0.16 | 0 | 0.02 |
| HSL | 219.66º | 0.86% | 0.86% | - |
| HSV(B) | 219.66º | 0.24% | 0.98% | - |
| XYZ | 62.04 | 64.57 | 99.64 | - |
| YUV | 209.47 | 150.87 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 250 | 0.24 | 0.16 | 0 | 0.02 | 219.66 | 0.86 | 0.86 |
| Hex | BF | D3 | FA | 18 | 10 | 0 | 2 | DC | 56 | 56 |
| Octal | 277 | 323 | 372 | 30 | 20 | 0 | 2 | 334 | 126 | 126 |
| Binary | 10111111 | 11010011 | 11111010 | 11000 | 10000 | 0 | 10 | 11011100 | 1010110 | 1010110 |
Color Harmonies of #BFD3FA
Complementary color
Monochromatic Colors of #BFD3FA
Black with #BFD3FA
Text Example
Text Example
White with #BFD3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD3FA; }
p { color: rgb(191,211,250); }
H1.HeaderClassName
{
color: #BFD3FA;
}
.AnyTagClassName
{
color: #BFD3FA;
}
</style>
background-color css
<style>
a { background-color: #BFD3FA; }
a { background-color: rgb(191,211,250); }
div.DivClassName
{
background-color: #BFD3FA;
}
.BgClassName
{
background-color: #BFD3FA;
}
</style>
border-color css
<style>
span { border-color: #BFD3FA; }
span { border-color: rgb(191,211,250); }
td.TdClassName
{
border-color: #BFD3FA;
}
.TagClassName
{
border-color: #BFD3FA;
}
</style>