Shades of Periwinkle #BFCAE5
Tints of Periwinkle #BFCAE5
RGB
CMYK
RGB Variations
Color information
#BFCAE5 (or 0xBFCAE5) is known color: Periwinkle. HEX triplet: BF, CA and E5. RGB value is (191,202,229). Sum of RGB (Red+Green+Blue) = 191+202+229=622 (82% of max value = 765). Red value is 191 (75% from 255 or 30.71% from 622); Green value is 202 (79.30% from 255 or 32.48% from 622); Blue value is 229 (89.84% from 255 or 36.82% from 622); Max value from RGB is 229 - color contains mainly: blue. Hex color #BFCAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCAE5 is #40351A. Grayscale: #C9C9C9. Windows color (decimal): -4207899 or 15059647. OLE color: 15059647.
HSL color Cylindrical-coordinate representation of color #BFCAE5: hue angle of 222.63º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFCAE5 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 202 | 229 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.10 |
| HSL | 222.63º | 0.42% | 0.82% | - |
| HSV(B) | 222.63º | 0.17% | 0.9% | - |
| XYZ | 56.75 | 58.97 | 82.52 | - |
| YUV | 201.79 | 143.36 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 202 | 229 | 0.17 | 0.12 | 0 | 0.10 | 222.63 | 0.42 | 0.82 |
| Hex | BF | CA | E5 | 11 | C | 0 | A | DF | 2A | 52 |
| Octal | 277 | 312 | 345 | 21 | 14 | 0 | 12 | 337 | 52 | 122 |
| Binary | 10111111 | 11001010 | 11100101 | 10001 | 1100 | 0 | 1010 | 11011111 | 101010 | 1010010 |
Color Harmonies of #BFCAE5
Complementary color
Monochromatic Colors of #BFCAE5
Black with #BFCAE5
Text Example
Text Example
White with #BFCAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCAE5; }
p { color: rgb(191,202,229); }
H1.HeaderClassName
{
color: #BFCAE5;
}
.AnyTagClassName
{
color: #BFCAE5;
}
</style>
background-color css
<style>
a { background-color: #BFCAE5; }
a { background-color: rgb(191,202,229); }
div.DivClassName
{
background-color: #BFCAE5;
}
.BgClassName
{
background-color: #BFCAE5;
}
</style>
border-color css
<style>
span { border-color: #BFCAE5; }
span { border-color: rgb(191,202,229); }
td.TdClassName
{
border-color: #BFCAE5;
}
.TagClassName
{
border-color: #BFCAE5;
}
</style>