Shades of Periwinkle #BFD2F4
Tints of Periwinkle #BFD2F4
RGB
CMYK
RGB Variations
Color information
#BFD2F4 (or 0xBFD2F4) is known color: Periwinkle. HEX triplet: BF, D2 and F4. RGB value is (191,210,244). Sum of RGB (Red+Green+Blue) = 191+210+244=645 (85% of max value = 765). Red value is 191 (75% from 255 or 29.61% from 645); Green value is 210 (82.42% from 255 or 32.56% from 645); Blue value is 244 (95.70% from 255 or 37.83% from 645); Max value from RGB is 244 - color contains mainly: blue. Hex color #BFD2F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD2F4 is #402D0B. Grayscale: #D0D0D0. Windows color (decimal): -4205836 or 16044735. OLE color: 16044735.
HSL color Cylindrical-coordinate representation of color #BFD2F4: hue angle of 218.49º degrees, saturation: 0.71, 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 #BFD2F4 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 210 | 244 | - |
| CMYK | 0.22 | 0.14 | 0 | 0.04 |
| HSL | 218.49º | 0.71% | 0.85% | - |
| HSV(B) | 218.49º | 0.22% | 0.96% | - |
| XYZ | 60.86 | 63.7 | 94.68 | - |
| YUV | 208.2 | 148.21 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 244 | 0.22 | 0.14 | 0 | 0.04 | 218.49 | 0.71 | 0.85 |
| Hex | BF | D2 | F4 | 16 | E | 0 | 4 | DA | 47 | 55 |
| Octal | 277 | 322 | 364 | 26 | 16 | 0 | 4 | 332 | 107 | 125 |
| Binary | 10111111 | 11010010 | 11110100 | 10110 | 1110 | 0 | 100 | 11011010 | 1000111 | 1010101 |
Color Harmonies of #BFD2F4
Complementary color
Monochromatic Colors of #BFD2F4
Black with #BFD2F4
Text Example
Text Example
White with #BFD2F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD2F4; }
p { color: rgb(191,210,244); }
H1.HeaderClassName
{
color: #BFD2F4;
}
.AnyTagClassName
{
color: #BFD2F4;
}
</style>
background-color css
<style>
a { background-color: #BFD2F4; }
a { background-color: rgb(191,210,244); }
div.DivClassName
{
background-color: #BFD2F4;
}
.BgClassName
{
background-color: #BFD2F4;
}
</style>
border-color css
<style>
span { border-color: #BFD2F4; }
span { border-color: rgb(191,210,244); }
td.TdClassName
{
border-color: #BFD2F4;
}
.TagClassName
{
border-color: #BFD2F4;
}
</style>