Shades of Periwinkle #BFC4DA
Tints of Periwinkle #BFC4DA
RGB
CMYK
RGB Variations
Color information
#BFC4DA (or 0xBFC4DA) is known color: Periwinkle. HEX triplet: BF, C4 and DA. RGB value is (191,196,218). Sum of RGB (Red+Green+Blue) = 191+196+218=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 196 (76.95% from 255 or 32.40% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 218 - color contains mainly: blue. Hex color #BFC4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC4DA is #403B25. Grayscale: #C4C4C4. Windows color (decimal): -4209446 or 14337215. OLE color: 14337215.
HSL color Cylindrical-coordinate representation of color #BFC4DA: hue angle of 228.89º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFC4DA is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 196 | 218 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.15 |
| HSL | 228.89º | 0.27% | 0.8% | - |
| HSV(B) | 228.89º | 0.12% | 0.85% | - |
| XYZ | 53.88 | 55.62 | 74.23 | - |
| YUV | 197.01 | 139.84 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 218 | 0.12 | 0.10 | 0 | 0.15 | 228.89 | 0.27 | 0.8 |
| Hex | BF | C4 | DA | C | A | 0 | F | E5 | 1B | 50 |
| Octal | 277 | 304 | 332 | 14 | 12 | 0 | 17 | 345 | 33 | 120 |
| Binary | 10111111 | 11000100 | 11011010 | 1100 | 1010 | 0 | 1111 | 11100101 | 11011 | 1010000 |
Color Harmonies of #BFC4DA
Complementary color
Monochromatic Colors of #BFC4DA
Black with #BFC4DA
Text Example
Text Example
White with #BFC4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC4DA; }
p { color: rgb(191,196,218); }
H1.HeaderClassName
{
color: #BFC4DA;
}
.AnyTagClassName
{
color: #BFC4DA;
}
</style>
background-color css
<style>
a { background-color: #BFC4DA; }
a { background-color: rgb(191,196,218); }
div.DivClassName
{
background-color: #BFC4DA;
}
.BgClassName
{
background-color: #BFC4DA;
}
</style>
border-color css
<style>
span { border-color: #BFC4DA; }
span { border-color: rgb(191,196,218); }
td.TdClassName
{
border-color: #BFC4DA;
}
.TagClassName
{
border-color: #BFC4DA;
}
</style>