Shades of Periwinkle #BFC6DB
Tints of Periwinkle #BFC6DB
RGB
CMYK
RGB Variations
Color information
#BFC6DB (or 0xBFC6DB) is known color: Periwinkle. HEX triplet: BF, C6 and DB. RGB value is (191,198,219). Sum of RGB (Red+Green+Blue) = 191+198+219=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 198 (77.73% from 255 or 32.57% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFC6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC6DB is #403924. Grayscale: #C6C6C6. Windows color (decimal): -4208933 or 14403263. OLE color: 14403263.
HSL color Cylindrical-coordinate representation of color #BFC6DB: hue angle of 225º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFC6DB is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 198 | 219 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.14 |
| HSL | 225º | 0.28% | 0.8% | - |
| HSV(B) | 225º | 0.13% | 0.86% | - |
| XYZ | 54.47 | 56.58 | 75.07 | - |
| YUV | 198.3 | 139.68 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 198 | 219 | 0.13 | 0.10 | 0 | 0.14 | 225 | 0.28 | 0.8 |
| Hex | BF | C6 | DB | D | A | 0 | E | E1 | 1C | 50 |
| Octal | 277 | 306 | 333 | 15 | 12 | 0 | 16 | 341 | 34 | 120 |
| Binary | 10111111 | 11000110 | 11011011 | 1101 | 1010 | 0 | 1110 | 11100001 | 11100 | 1010000 |
Color Harmonies of #BFC6DB
Complementary color
Monochromatic Colors of #BFC6DB
Black with #BFC6DB
Text Example
Text Example
White with #BFC6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC6DB; }
p { color: rgb(191,198,219); }
H1.HeaderClassName
{
color: #BFC6DB;
}
.AnyTagClassName
{
color: #BFC6DB;
}
</style>
background-color css
<style>
a { background-color: #BFC6DB; }
a { background-color: rgb(191,198,219); }
div.DivClassName
{
background-color: #BFC6DB;
}
.BgClassName
{
background-color: #BFC6DB;
}
</style>
border-color css
<style>
span { border-color: #BFC6DB; }
span { border-color: rgb(191,198,219); }
td.TdClassName
{
border-color: #BFC6DB;
}
.TagClassName
{
border-color: #BFC6DB;
}
</style>