Shades of Periwinkle #BFD4FE
Tints of Periwinkle #BFD4FE
RGB
CMYK
RGB Variations
Color information
#BFD4FE (or 0xBFD4FE) is known color: Periwinkle. HEX triplet: BF, D4 and FE. RGB value is (191,212,254). Sum of RGB (Red+Green+Blue) = 191+212+254=657 (87% of max value = 765). Red value is 191 (75% from 255 or 29.07% from 657); Green value is 212 (83.20% from 255 or 32.27% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFD4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD4FE is #402B01. Grayscale: #D2D2D2. Windows color (decimal): -4205314 or 16700607. OLE color: 16700607.
HSL color Cylindrical-coordinate representation of color #BFD4FE: hue angle of 220º 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 #BFD4FE is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 212 | 254 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.00 |
| HSL | 220º | 0.97% | 0.87% | - |
| HSV(B) | 220º | 0.25% | 1% | - |
| XYZ | 62.92 | 65.32 | 103.06 | - |
| YUV | 210.51 | 152.54 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 212 | 254 | 0.25 | 0.17 | 0 | 0.00 | 220 | 0.97 | 0.87 |
| Hex | BF | D4 | FE | 19 | 11 | 0 | 0 | DC | 61 | 57 |
| Octal | 277 | 324 | 376 | 31 | 21 | 0 | 0 | 334 | 141 | 127 |
| Binary | 10111111 | 11010100 | 11111110 | 11001 | 10001 | 0 | 0 | 11011100 | 1100001 | 1010111 |
Color Harmonies of #BFD4FE
Complementary color
Monochromatic Colors of #BFD4FE
Black with #BFD4FE
Text Example
Text Example
White with #BFD4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD4FE; }
p { color: rgb(191,212,254); }
H1.HeaderClassName
{
color: #BFD4FE;
}
.AnyTagClassName
{
color: #BFD4FE;
}
</style>
background-color css
<style>
a { background-color: #BFD4FE; }
a { background-color: rgb(191,212,254); }
div.DivClassName
{
background-color: #BFD4FE;
}
.BgClassName
{
background-color: #BFD4FE;
}
</style>
border-color css
<style>
span { border-color: #BFD4FE; }
span { border-color: rgb(191,212,254); }
td.TdClassName
{
border-color: #BFD4FE;
}
.TagClassName
{
border-color: #BFD4FE;
}
</style>