Shades of Periwinkle #BFC5E6
Tints of Periwinkle #BFC5E6
RGB
CMYK
RGB Variations
Color information
#BFC5E6 (or 0xBFC5E6) is known color: Periwinkle. HEX triplet: BF, C5 and E6. RGB value is (191,197,230). Sum of RGB (Red+Green+Blue) = 191+197+230=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 197 (77.34% from 255 or 31.88% from 618); Blue value is 230 (90.23% from 255 or 37.22% from 618); Max value from RGB is 230 - color contains mainly: blue. Hex color #BFC5E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC5E6 is #403A19. Grayscale: #C6C6C6. Windows color (decimal): -4209178 or 15123903. OLE color: 15123903.
HSL color Cylindrical-coordinate representation of color #BFC5E6: hue angle of 230.77º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFC5E6 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 197 | 230 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.10 |
| HSL | 230.77º | 0.44% | 0.83% | - |
| HSV(B) | 230.77º | 0.17% | 0.9% | - |
| XYZ | 55.74 | 56.72 | 82.87 | - |
| YUV | 198.97 | 145.51 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 230 | 0.17 | 0.14 | 0 | 0.10 | 230.77 | 0.44 | 0.83 |
| Hex | BF | C5 | E6 | 11 | E | 0 | A | E7 | 2C | 53 |
| Octal | 277 | 305 | 346 | 21 | 16 | 0 | 12 | 347 | 54 | 123 |
| Binary | 10111111 | 11000101 | 11100110 | 10001 | 1110 | 0 | 1010 | 11100111 | 101100 | 1010011 |
Color Harmonies of #BFC5E6
Complementary color
Monochromatic Colors of #BFC5E6
Black with #BFC5E6
Text Example
Text Example
White with #BFC5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC5E6; }
p { color: rgb(191,197,230); }
H1.HeaderClassName
{
color: #BFC5E6;
}
.AnyTagClassName
{
color: #BFC5E6;
}
</style>
background-color css
<style>
a { background-color: #BFC5E6; }
a { background-color: rgb(191,197,230); }
div.DivClassName
{
background-color: #BFC5E6;
}
.BgClassName
{
background-color: #BFC5E6;
}
</style>
border-color css
<style>
span { border-color: #BFC5E6; }
span { border-color: rgb(191,197,230); }
td.TdClassName
{
border-color: #BFC5E6;
}
.TagClassName
{
border-color: #BFC5E6;
}
</style>