Shades of Periwinkle #BFC5ED
Tints of Periwinkle #BFC5ED
RGB
CMYK
RGB Variations
Color information
#BFC5ED (or 0xBFC5ED) is known color: Periwinkle. HEX triplet: BF, C5 and ED. RGB value is (191,197,237). Sum of RGB (Red+Green+Blue) = 191+197+237=625 (82% of max value = 765). Red value is 191 (75% from 255 or 30.56% from 625); Green value is 197 (77.34% from 255 or 31.52% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFC5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC5ED is #403A12. Grayscale: #C7C7C7. Windows color (decimal): -4209171 or 15582655. OLE color: 15582655.
HSL color Cylindrical-coordinate representation of color #BFC5ED: hue angle of 232.17º 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 #BFC5ED is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 197 | 237 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.07 |
| HSL | 232.17º | 0.56% | 0.84% | - |
| HSV(B) | 232.17º | 0.19% | 0.93% | - |
| XYZ | 56.74 | 57.12 | 88.16 | - |
| YUV | 199.77 | 149.01 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 237 | 0.19 | 0.17 | 0 | 0.07 | 232.17 | 0.56 | 0.84 |
| Hex | BF | C5 | ED | 13 | 11 | 0 | 7 | E8 | 38 | 54 |
| Octal | 277 | 305 | 355 | 23 | 21 | 0 | 7 | 350 | 70 | 124 |
| Binary | 10111111 | 11000101 | 11101101 | 10011 | 10001 | 0 | 111 | 11101000 | 111000 | 1010100 |
Color Harmonies of #BFC5ED
Complementary color
Monochromatic Colors of #BFC5ED
Black with #BFC5ED
Text Example
Text Example
White with #BFC5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC5ED; }
p { color: rgb(191,197,237); }
H1.HeaderClassName
{
color: #BFC5ED;
}
.AnyTagClassName
{
color: #BFC5ED;
}
</style>
background-color css
<style>
a { background-color: #BFC5ED; }
a { background-color: rgb(191,197,237); }
div.DivClassName
{
background-color: #BFC5ED;
}
.BgClassName
{
background-color: #BFC5ED;
}
</style>
border-color css
<style>
span { border-color: #BFC5ED; }
span { border-color: rgb(191,197,237); }
td.TdClassName
{
border-color: #BFC5ED;
}
.TagClassName
{
border-color: #BFC5ED;
}
</style>