Shades of Periwinkle #BFD1F5
Tints of Periwinkle #BFD1F5
RGB
CMYK
RGB Variations
Color information
#BFD1F5 (or 0xBFD1F5) is known color: Periwinkle. HEX triplet: BF, D1 and F5. RGB value is (191,209,245). Sum of RGB (Red+Green+Blue) = 191+209+245=645 (85% of max value = 765). Red value is 191 (75% from 255 or 29.61% from 645); Green value is 209 (82.03% from 255 or 32.40% from 645); Blue value is 245 (96.09% from 255 or 37.98% from 645); Max value from RGB is 245 - color contains mainly: blue. Hex color #BFD1F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD1F5 is #402E0A. Grayscale: #CFCFCF. Windows color (decimal): -4206091 or 16110015. OLE color: 16110015.
HSL color Cylindrical-coordinate representation of color #BFD1F5: hue angle of 220º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFD1F5 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 209 | 245 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.04 |
| HSL | 220º | 0.73% | 0.85% | - |
| HSV(B) | 220º | 0.22% | 0.96% | - |
| XYZ | 60.77 | 63.27 | 95.4 | - |
| YUV | 207.72 | 149.04 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 209 | 245 | 0.22 | 0.15 | 0 | 0.04 | 220 | 0.73 | 0.85 |
| Hex | BF | D1 | F5 | 16 | F | 0 | 4 | DC | 49 | 55 |
| Octal | 277 | 321 | 365 | 26 | 17 | 0 | 4 | 334 | 111 | 125 |
| Binary | 10111111 | 11010001 | 11110101 | 10110 | 1111 | 0 | 100 | 11011100 | 1001001 | 1010101 |
Color Harmonies of #BFD1F5
Complementary color
Monochromatic Colors of #BFD1F5
Black with #BFD1F5
Text Example
Text Example
White with #BFD1F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD1F5; }
p { color: rgb(191,209,245); }
H1.HeaderClassName
{
color: #BFD1F5;
}
.AnyTagClassName
{
color: #BFD1F5;
}
</style>
background-color css
<style>
a { background-color: #BFD1F5; }
a { background-color: rgb(191,209,245); }
div.DivClassName
{
background-color: #BFD1F5;
}
.BgClassName
{
background-color: #BFD1F5;
}
</style>
border-color css
<style>
span { border-color: #BFD1F5; }
span { border-color: rgb(191,209,245); }
td.TdClassName
{
border-color: #BFD1F5;
}
.TagClassName
{
border-color: #BFD1F5;
}
</style>