Shades of Periwinkle #BFC8F5
Tints of Periwinkle #BFC8F5
RGB
CMYK
RGB Variations
Color information
#BFC8F5 (or 0xBFC8F5) is known color: Periwinkle. HEX triplet: BF, C8 and F5. RGB value is (191,200,245). Sum of RGB (Red+Green+Blue) = 191+200+245=636 (84% of max value = 765). Red value is 191 (75% from 255 or 30.03% from 636); Green value is 200 (78.52% from 255 or 31.45% from 636); Blue value is 245 (96.09% from 255 or 38.52% from 636); Max value from RGB is 245 - color contains mainly: blue. Hex color #BFC8F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC8F5 is #40370A. Grayscale: #CACACA. Windows color (decimal): -4208395 or 16107711. OLE color: 16107711.
HSL color Cylindrical-coordinate representation of color #BFC8F5: hue angle of 230º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFC8F5 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 200 | 245 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.04 |
| HSL | 230º | 0.73% | 0.85% | - |
| HSV(B) | 230º | 0.22% | 0.96% | - |
| XYZ | 58.62 | 58.98 | 94.68 | - |
| YUV | 202.44 | 152.02 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 245 | 0.22 | 0.18 | 0 | 0.04 | 230 | 0.73 | 0.85 |
| Hex | BF | C8 | F5 | 16 | 12 | 0 | 4 | E6 | 49 | 55 |
| Octal | 277 | 310 | 365 | 26 | 22 | 0 | 4 | 346 | 111 | 125 |
| Binary | 10111111 | 11001000 | 11110101 | 10110 | 10010 | 0 | 100 | 11100110 | 1001001 | 1010101 |
Color Harmonies of #BFC8F5
Complementary color
Monochromatic Colors of #BFC8F5
Black with #BFC8F5
Text Example
Text Example
White with #BFC8F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC8F5; }
p { color: rgb(191,200,245); }
H1.HeaderClassName
{
color: #BFC8F5;
}
.AnyTagClassName
{
color: #BFC8F5;
}
</style>
background-color css
<style>
a { background-color: #BFC8F5; }
a { background-color: rgb(191,200,245); }
div.DivClassName
{
background-color: #BFC8F5;
}
.BgClassName
{
background-color: #BFC8F5;
}
</style>
border-color css
<style>
span { border-color: #BFC8F5; }
span { border-color: rgb(191,200,245); }
td.TdClassName
{
border-color: #BFC8F5;
}
.TagClassName
{
border-color: #BFC8F5;
}
</style>