Shades of Periwinkle #BFD1FF
Tints of Periwinkle #BFD1FF
RGB
CMYK
RGB Variations
Color information
#BFD1FF (or 0xBFD1FF) is known color: Periwinkle. HEX triplet: BF, D1 and FF. RGB value is (191,209,255). Sum of RGB (Red+Green+Blue) = 191+209+255=655 (86% of max value = 765). Red value is 191 (75% from 255 or 29.16% from 655); Green value is 209 (82.03% from 255 or 31.91% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFD1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD1FF is #402E00. Grayscale: #D0D0D0. Windows color (decimal): -4206081 or 16765375. OLE color: 16765375.
HSL color Cylindrical-coordinate representation of color #BFD1FF: hue angle of 223.12º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFD1FF is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 209 | 255 | - |
| CMYK | 0.25 | 0.18 | 0 | 0 |
| HSL | 223.13º | 1% | 0.87% | - |
| HSV(B) | 223.13º | 0.25% | 1% | - |
| XYZ | 62.34 | 63.9 | 103.66 | - |
| YUV | 208.86 | 154.04 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 209 | 255 | 0.25 | 0.18 | 0 | 0 | 223.13 | 1 | 0.87 |
| Hex | BF | D1 | FF | 19 | 12 | 0 | 0 | DF | 64 | 57 |
| Octal | 277 | 321 | 377 | 31 | 22 | 0 | 0 | 337 | 144 | 127 |
| Binary | 10111111 | 11010001 | 11111111 | 11001 | 10010 | 0 | 0 | 11011111 | 1100100 | 1010111 |
Color Harmonies of #BFD1FF
Complementary color
Monochromatic Colors of #BFD1FF
Black with #BFD1FF
Text Example
Text Example
White with #BFD1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD1FF; }
p { color: rgb(191,209,255); }
H1.HeaderClassName
{
color: #BFD1FF;
}
.AnyTagClassName
{
color: #BFD1FF;
}
</style>
background-color css
<style>
a { background-color: #BFD1FF; }
a { background-color: rgb(191,209,255); }
div.DivClassName
{
background-color: #BFD1FF;
}
.BgClassName
{
background-color: #BFD1FF;
}
</style>
border-color css
<style>
span { border-color: #BFD1FF; }
span { border-color: rgb(191,209,255); }
td.TdClassName
{
border-color: #BFD1FF;
}
.TagClassName
{
border-color: #BFD1FF;
}
</style>