Shades of Periwinkle #BFCAE1
Tints of Periwinkle #BFCAE1
RGB
CMYK
RGB Variations
Color information
#BFCAE1 (or 0xBFCAE1) is known color: Periwinkle. HEX triplet: BF, CA and E1. RGB value is (191,202,225). Sum of RGB (Red+Green+Blue) = 191+202+225=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 202 (79.30% from 255 or 32.69% from 618); Blue value is 225 (88.28% from 255 or 36.41% from 618); Max value from RGB is 225 - color contains mainly: blue. Hex color #BFCAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCAE1 is #40351E. Grayscale: #C9C9C9. Windows color (decimal): -4207903 or 14797503. OLE color: 14797503.
HSL color Cylindrical-coordinate representation of color #BFCAE1: hue angle of 220.59º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFCAE1 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 202 | 225 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.12 |
| HSL | 220.59º | 0.36% | 0.82% | - |
| HSV(B) | 220.59º | 0.15% | 0.88% | - |
| XYZ | 56.2 | 58.75 | 79.61 | - |
| YUV | 201.33 | 141.36 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 202 | 225 | 0.15 | 0.10 | 0 | 0.12 | 220.59 | 0.36 | 0.82 |
| Hex | BF | CA | E1 | F | A | 0 | C | DD | 24 | 52 |
| Octal | 277 | 312 | 341 | 17 | 12 | 0 | 14 | 335 | 44 | 122 |
| Binary | 10111111 | 11001010 | 11100001 | 1111 | 1010 | 0 | 1100 | 11011101 | 100100 | 1010010 |
Color Harmonies of #BFCAE1
Complementary color
Monochromatic Colors of #BFCAE1
Black with #BFCAE1
Text Example
Text Example
White with #BFCAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCAE1; }
p { color: rgb(191,202,225); }
H1.HeaderClassName
{
color: #BFCAE1;
}
.AnyTagClassName
{
color: #BFCAE1;
}
</style>
background-color css
<style>
a { background-color: #BFCAE1; }
a { background-color: rgb(191,202,225); }
div.DivClassName
{
background-color: #BFCAE1;
}
.BgClassName
{
background-color: #BFCAE1;
}
</style>
border-color css
<style>
span { border-color: #BFCAE1; }
span { border-color: rgb(191,202,225); }
td.TdClassName
{
border-color: #BFCAE1;
}
.TagClassName
{
border-color: #BFCAE1;
}
</style>