Shades of Periwinkle #BFCEEA
Tints of Periwinkle #BFCEEA
RGB
CMYK
RGB Variations
Color information
#BFCEEA (or 0xBFCEEA) is known color: Periwinkle. HEX triplet: BF, CE and EA. RGB value is (191,206,234). Sum of RGB (Red+Green+Blue) = 191+206+234=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 206 (80.86% from 255 or 32.65% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFCEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCEEA is #403115. Grayscale: #CCCCCC. Windows color (decimal): -4206870 or 15388351. OLE color: 15388351.
HSL color Cylindrical-coordinate representation of color #BFCEEA: hue angle of 219.07º 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 #BFCEEA is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 206 | 234 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.08 |
| HSL | 219.07º | 0.51% | 0.83% | - |
| HSV(B) | 219.07º | 0.18% | 0.92% | - |
| XYZ | 58.41 | 61.16 | 86.57 | - |
| YUV | 204.71 | 144.53 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 206 | 234 | 0.18 | 0.12 | 0 | 0.08 | 219.07 | 0.51 | 0.83 |
| Hex | BF | CE | EA | 12 | C | 0 | 8 | DB | 33 | 53 |
| Octal | 277 | 316 | 352 | 22 | 14 | 0 | 10 | 333 | 63 | 123 |
| Binary | 10111111 | 11001110 | 11101010 | 10010 | 1100 | 0 | 1000 | 11011011 | 110011 | 1010011 |
Color Harmonies of #BFCEEA
Complementary color
Monochromatic Colors of #BFCEEA
Black with #BFCEEA
Text Example
Text Example
White with #BFCEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCEEA; }
p { color: rgb(191,206,234); }
H1.HeaderClassName
{
color: #BFCEEA;
}
.AnyTagClassName
{
color: #BFCEEA;
}
</style>
background-color css
<style>
a { background-color: #BFCEEA; }
a { background-color: rgb(191,206,234); }
div.DivClassName
{
background-color: #BFCEEA;
}
.BgClassName
{
background-color: #BFCEEA;
}
</style>
border-color css
<style>
span { border-color: #BFCEEA; }
span { border-color: rgb(191,206,234); }
td.TdClassName
{
border-color: #BFCEEA;
}
.TagClassName
{
border-color: #BFCEEA;
}
</style>