Shades of Periwinkle #BFCAEC
Tints of Periwinkle #BFCAEC
RGB
CMYK
RGB Variations
Color information
#BFCAEC (or 0xBFCAEC) is known color: Periwinkle. HEX triplet: BF, CA and EC. RGB value is (191,202,236). Sum of RGB (Red+Green+Blue) = 191+202+236=629 (83% of max value = 765). Red value is 191 (75% from 255 or 30.37% from 629); Green value is 202 (79.30% from 255 or 32.11% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFCAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCAEC is #403513. Grayscale: #CACACA. Windows color (decimal): -4207892 or 15518399. OLE color: 15518399.
HSL color Cylindrical-coordinate representation of color #BFCAEC: hue angle of 225.33º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFCAEC is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 202 | 236 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.07 |
| HSL | 225.33º | 0.54% | 0.84% | - |
| HSV(B) | 225.33º | 0.19% | 0.93% | - |
| XYZ | 57.75 | 59.37 | 87.77 | - |
| YUV | 202.59 | 146.86 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 202 | 236 | 0.19 | 0.14 | 0 | 0.07 | 225.33 | 0.54 | 0.84 |
| Hex | BF | CA | EC | 13 | E | 0 | 7 | E1 | 36 | 54 |
| Octal | 277 | 312 | 354 | 23 | 16 | 0 | 7 | 341 | 66 | 124 |
| Binary | 10111111 | 11001010 | 11101100 | 10011 | 1110 | 0 | 111 | 11100001 | 110110 | 1010100 |
Color Harmonies of #BFCAEC
Complementary color
Monochromatic Colors of #BFCAEC
Black with #BFCAEC
Text Example
Text Example
White with #BFCAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCAEC; }
p { color: rgb(191,202,236); }
H1.HeaderClassName
{
color: #BFCAEC;
}
.AnyTagClassName
{
color: #BFCAEC;
}
</style>
background-color css
<style>
a { background-color: #BFCAEC; }
a { background-color: rgb(191,202,236); }
div.DivClassName
{
background-color: #BFCAEC;
}
.BgClassName
{
background-color: #BFCAEC;
}
</style>
border-color css
<style>
span { border-color: #BFCAEC; }
span { border-color: rgb(191,202,236); }
td.TdClassName
{
border-color: #BFCAEC;
}
.TagClassName
{
border-color: #BFCAEC;
}
</style>