Shades of Periwinkle #BFCDF1
Tints of Periwinkle #BFCDF1
RGB
CMYK
RGB Variations
Color information
#BFCDF1 (or 0xBFCDF1) is known color: Periwinkle. HEX triplet: BF, CD and F1. RGB value is (191,205,241). Sum of RGB (Red+Green+Blue) = 191+205+241=637 (84% of max value = 765). Red value is 191 (75% from 255 or 29.98% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 241 (94.53% from 255 or 37.83% from 637); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFCDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCDF1 is #40320E. Grayscale: #CCCCCC. Windows color (decimal): -4207119 or 15846847. OLE color: 15846847.
HSL color Cylindrical-coordinate representation of color #BFCDF1: hue angle of 223.2º 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 #BFCDF1 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 205 | 241 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.05 |
| HSL | 223.2º | 0.64% | 0.85% | - |
| HSV(B) | 223.2º | 0.21% | 0.95% | - |
| XYZ | 59.19 | 61.09 | 91.89 | - |
| YUV | 204.92 | 148.36 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 241 | 0.21 | 0.15 | 0 | 0.05 | 223.2 | 0.64 | 0.85 |
| Hex | BF | CD | F1 | 15 | F | 0 | 5 | DF | 40 | 55 |
| Octal | 277 | 315 | 361 | 25 | 17 | 0 | 5 | 337 | 100 | 125 |
| Binary | 10111111 | 11001101 | 11110001 | 10101 | 1111 | 0 | 101 | 11011111 | 1000000 | 1010101 |
Color Harmonies of #BFCDF1
Complementary color
Monochromatic Colors of #BFCDF1
Black with #BFCDF1
Text Example
Text Example
White with #BFCDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCDF1; }
p { color: rgb(191,205,241); }
H1.HeaderClassName
{
color: #BFCDF1;
}
.AnyTagClassName
{
color: #BFCDF1;
}
</style>
background-color css
<style>
a { background-color: #BFCDF1; }
a { background-color: rgb(191,205,241); }
div.DivClassName
{
background-color: #BFCDF1;
}
.BgClassName
{
background-color: #BFCDF1;
}
</style>
border-color css
<style>
span { border-color: #BFCDF1; }
span { border-color: rgb(191,205,241); }
td.TdClassName
{
border-color: #BFCDF1;
}
.TagClassName
{
border-color: #BFCDF1;
}
</style>