Shades of Periwinkle #BFCAEA
Tints of Periwinkle #BFCAEA
RGB
CMYK
RGB Variations
Color information
#BFCAEA (or 0xBFCAEA) is known color: Periwinkle. HEX triplet: BF, CA and EA. RGB value is (191,202,234). Sum of RGB (Red+Green+Blue) = 191+202+234=627 (83% of max value = 765). Red value is 191 (75% from 255 or 30.46% from 627); Green value is 202 (79.30% from 255 or 32.22% from 627); Blue value is 234 (91.80% from 255 or 37.32% from 627); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFCAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCAEA is #403515. Grayscale: #CACACA. Windows color (decimal): -4207894 or 15387327. OLE color: 15387327.
HSL color Cylindrical-coordinate representation of color #BFCAEA: hue angle of 224.65º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFCAEA is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 202 | 234 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.08 |
| HSL | 224.65º | 0.51% | 0.83% | - |
| HSV(B) | 224.65º | 0.18% | 0.92% | - |
| XYZ | 57.46 | 59.26 | 86.25 | - |
| YUV | 202.36 | 145.86 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 202 | 234 | 0.18 | 0.14 | 0 | 0.08 | 224.65 | 0.51 | 0.83 |
| Hex | BF | CA | EA | 12 | E | 0 | 8 | E1 | 33 | 53 |
| Octal | 277 | 312 | 352 | 22 | 16 | 0 | 10 | 341 | 63 | 123 |
| Binary | 10111111 | 11001010 | 11101010 | 10010 | 1110 | 0 | 1000 | 11100001 | 110011 | 1010011 |
Color Harmonies of #BFCAEA
Complementary color
Monochromatic Colors of #BFCAEA
Black with #BFCAEA
Text Example
Text Example
White with #BFCAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCAEA; }
p { color: rgb(191,202,234); }
H1.HeaderClassName
{
color: #BFCAEA;
}
.AnyTagClassName
{
color: #BFCAEA;
}
</style>
background-color css
<style>
a { background-color: #BFCAEA; }
a { background-color: rgb(191,202,234); }
div.DivClassName
{
background-color: #BFCAEA;
}
.BgClassName
{
background-color: #BFCAEA;
}
</style>
border-color css
<style>
span { border-color: #BFCAEA; }
span { border-color: rgb(191,202,234); }
td.TdClassName
{
border-color: #BFCAEA;
}
.TagClassName
{
border-color: #BFCAEA;
}
</style>