Shades of Periwinkle #BFC6ED
Tints of Periwinkle #BFC6ED
RGB
CMYK
RGB Variations
Color information
#BFC6ED (or 0xBFC6ED) is known color: Periwinkle. HEX triplet: BF, C6 and ED. RGB value is (191,198,237). Sum of RGB (Red+Green+Blue) = 191+198+237=626 (82% of max value = 765). Red value is 191 (75% from 255 or 30.51% from 626); Green value is 198 (77.73% from 255 or 31.63% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFC6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC6ED is #403912. Grayscale: #C8C8C8. Windows color (decimal): -4208915 or 15582911. OLE color: 15582911.
HSL color Cylindrical-coordinate representation of color #BFC6ED: hue angle of 230.87º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFC6ED is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 198 | 237 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.07 |
| HSL | 230.87º | 0.56% | 0.84% | - |
| HSV(B) | 230.87º | 0.19% | 0.93% | - |
| XYZ | 56.97 | 57.58 | 88.23 | - |
| YUV | 200.35 | 148.68 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 198 | 237 | 0.19 | 0.16 | 0 | 0.07 | 230.87 | 0.56 | 0.84 |
| Hex | BF | C6 | ED | 13 | 10 | 0 | 7 | E7 | 38 | 54 |
| Octal | 277 | 306 | 355 | 23 | 20 | 0 | 7 | 347 | 70 | 124 |
| Binary | 10111111 | 11000110 | 11101101 | 10011 | 10000 | 0 | 111 | 11100111 | 111000 | 1010100 |
Color Harmonies of #BFC6ED
Complementary color
Monochromatic Colors of #BFC6ED
Black with #BFC6ED
Text Example
Text Example
White with #BFC6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC6ED; }
p { color: rgb(191,198,237); }
H1.HeaderClassName
{
color: #BFC6ED;
}
.AnyTagClassName
{
color: #BFC6ED;
}
</style>
background-color css
<style>
a { background-color: #BFC6ED; }
a { background-color: rgb(191,198,237); }
div.DivClassName
{
background-color: #BFC6ED;
}
.BgClassName
{
background-color: #BFC6ED;
}
</style>
border-color css
<style>
span { border-color: #BFC6ED; }
span { border-color: rgb(191,198,237); }
td.TdClassName
{
border-color: #BFC6ED;
}
.TagClassName
{
border-color: #BFC6ED;
}
</style>