Shades of Periwinkle #BFD2FE
Tints of Periwinkle #BFD2FE
RGB
CMYK
RGB Variations
Color information
#BFD2FE (or 0xBFD2FE) is known color: Periwinkle. HEX triplet: BF, D2 and FE. RGB value is (191,210,254). Sum of RGB (Red+Green+Blue) = 191+210+254=655 (86% of max value = 765). Red value is 191 (75% from 255 or 29.16% from 655); Green value is 210 (82.42% from 255 or 32.06% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFD2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD2FE is #402D01. Grayscale: #D1D1D1. Windows color (decimal): -4205826 or 16700095. OLE color: 16700095.
HSL color Cylindrical-coordinate representation of color #BFD2FE: hue angle of 221.9º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFD2FE is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 210 | 254 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.00 |
| HSL | 221.9º | 0.97% | 0.87% | - |
| HSV(B) | 221.9º | 0.25% | 1% | - |
| XYZ | 62.42 | 64.33 | 102.89 | - |
| YUV | 209.34 | 153.21 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 254 | 0.25 | 0.17 | 0 | 0.00 | 221.9 | 0.97 | 0.87 |
| Hex | BF | D2 | FE | 19 | 11 | 0 | 0 | DE | 61 | 57 |
| Octal | 277 | 322 | 376 | 31 | 21 | 0 | 0 | 336 | 141 | 127 |
| Binary | 10111111 | 11010010 | 11111110 | 11001 | 10001 | 0 | 0 | 11011110 | 1100001 | 1010111 |
Color Harmonies of #BFD2FE
Complementary color
Monochromatic Colors of #BFD2FE
Black with #BFD2FE
Text Example
Text Example
White with #BFD2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD2FE; }
p { color: rgb(191,210,254); }
H1.HeaderClassName
{
color: #BFD2FE;
}
.AnyTagClassName
{
color: #BFD2FE;
}
</style>
background-color css
<style>
a { background-color: #BFD2FE; }
a { background-color: rgb(191,210,254); }
div.DivClassName
{
background-color: #BFD2FE;
}
.BgClassName
{
background-color: #BFD2FE;
}
</style>
border-color css
<style>
span { border-color: #BFD2FE; }
span { border-color: rgb(191,210,254); }
td.TdClassName
{
border-color: #BFD2FE;
}
.TagClassName
{
border-color: #BFD2FE;
}
</style>