Shades of Periwinkle #BFCAF1
Tints of Periwinkle #BFCAF1
RGB
CMYK
RGB Variations
Color information
#BFCAF1 (or 0xBFCAF1) is known color: Periwinkle. HEX triplet: BF, CA and F1. RGB value is (191,202,241). Sum of RGB (Red+Green+Blue) = 191+202+241=634 (83% of max value = 765). Red value is 191 (75% from 255 or 30.13% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 241 (94.53% from 255 or 38.01% from 634); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFCAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCAF1 is #40350E. Grayscale: #CACACA. Windows color (decimal): -4207887 or 15846079. OLE color: 15846079.
HSL color Cylindrical-coordinate representation of color #BFCAF1: hue angle of 226.8º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFCAF1 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 202 | 241 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.05 |
| HSL | 226.8º | 0.64% | 0.85% | - |
| HSV(B) | 226.8º | 0.21% | 0.95% | - |
| XYZ | 58.48 | 59.67 | 91.65 | - |
| YUV | 203.16 | 149.36 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 202 | 241 | 0.21 | 0.16 | 0 | 0.05 | 226.8 | 0.64 | 0.85 |
| Hex | BF | CA | F1 | 15 | 10 | 0 | 5 | E3 | 40 | 55 |
| Octal | 277 | 312 | 361 | 25 | 20 | 0 | 5 | 343 | 100 | 125 |
| Binary | 10111111 | 11001010 | 11110001 | 10101 | 10000 | 0 | 101 | 11100011 | 1000000 | 1010101 |
Color Harmonies of #BFCAF1
Complementary color
Monochromatic Colors of #BFCAF1
Black with #BFCAF1
Text Example
Text Example
White with #BFCAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCAF1; }
p { color: rgb(191,202,241); }
H1.HeaderClassName
{
color: #BFCAF1;
}
.AnyTagClassName
{
color: #BFCAF1;
}
</style>
background-color css
<style>
a { background-color: #BFCAF1; }
a { background-color: rgb(191,202,241); }
div.DivClassName
{
background-color: #BFCAF1;
}
.BgClassName
{
background-color: #BFCAF1;
}
</style>
border-color css
<style>
span { border-color: #BFCAF1; }
span { border-color: rgb(191,202,241); }
td.TdClassName
{
border-color: #BFCAF1;
}
.TagClassName
{
border-color: #BFCAF1;
}
</style>