Shades of Periwinkle #BFD3EA
Tints of Periwinkle #BFD3EA
RGB
CMYK
RGB Variations
Color information
#BFD3EA (or 0xBFD3EA) is known color: Periwinkle. HEX triplet: BF, D3 and EA. RGB value is (191,211,234). Sum of RGB (Red+Green+Blue) = 191+211+234=636 (84% of max value = 765). Red value is 191 (75% from 255 or 30.03% from 636); Green value is 211 (82.81% from 255 or 33.18% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFD3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD3EA is #402C15. Grayscale: #CFCFCF. Windows color (decimal): -4205590 or 15389631. OLE color: 15389631.
HSL color Cylindrical-coordinate representation of color #BFD3EA: hue angle of 212.09º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFD3EA is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 211 | 234 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.08 |
| HSL | 212.09º | 0.51% | 0.83% | - |
| HSV(B) | 212.09º | 0.18% | 0.92% | - |
| XYZ | 59.63 | 63.61 | 86.98 | - |
| YUV | 207.64 | 142.87 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 234 | 0.18 | 0.10 | 0 | 0.08 | 212.09 | 0.51 | 0.83 |
| Hex | BF | D3 | EA | 12 | A | 0 | 8 | D4 | 33 | 53 |
| Octal | 277 | 323 | 352 | 22 | 12 | 0 | 10 | 324 | 63 | 123 |
| Binary | 10111111 | 11010011 | 11101010 | 10010 | 1010 | 0 | 1000 | 11010100 | 110011 | 1010011 |
Color Harmonies of #BFD3EA
Complementary color
Monochromatic Colors of #BFD3EA
Black with #BFD3EA
Text Example
Text Example
White with #BFD3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD3EA; }
p { color: rgb(191,211,234); }
H1.HeaderClassName
{
color: #BFD3EA;
}
.AnyTagClassName
{
color: #BFD3EA;
}
</style>
background-color css
<style>
a { background-color: #BFD3EA; }
a { background-color: rgb(191,211,234); }
div.DivClassName
{
background-color: #BFD3EA;
}
.BgClassName
{
background-color: #BFD3EA;
}
</style>
border-color css
<style>
span { border-color: #BFD3EA; }
span { border-color: rgb(191,211,234); }
td.TdClassName
{
border-color: #BFD3EA;
}
.TagClassName
{
border-color: #BFD3EA;
}
</style>