Shades of Periwinkle #BFC7EA
Tints of Periwinkle #BFC7EA
RGB
CMYK
RGB Variations
Color information
#BFC7EA (or 0xBFC7EA) is known color: Periwinkle. HEX triplet: BF, C7 and EA. RGB value is (191,199,234). Sum of RGB (Red+Green+Blue) = 191+199+234=624 (82% of max value = 765). Red value is 191 (75% from 255 or 30.61% from 624); Green value is 199 (78.12% from 255 or 31.89% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFC7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC7EA is #403815. Grayscale: #C8C8C8. Windows color (decimal): -4208662 or 15386559. OLE color: 15386559.
HSL color Cylindrical-coordinate representation of color #BFC7EA: hue angle of 228.84º 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 #BFC7EA is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 199 | 234 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.08 |
| HSL | 228.84º | 0.51% | 0.83% | - |
| HSV(B) | 228.84º | 0.18% | 0.92% | - |
| XYZ | 56.76 | 57.86 | 86.02 | - |
| YUV | 200.6 | 146.85 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 199 | 234 | 0.18 | 0.15 | 0 | 0.08 | 228.84 | 0.51 | 0.83 |
| Hex | BF | C7 | EA | 12 | F | 0 | 8 | E5 | 33 | 53 |
| Octal | 277 | 307 | 352 | 22 | 17 | 0 | 10 | 345 | 63 | 123 |
| Binary | 10111111 | 11000111 | 11101010 | 10010 | 1111 | 0 | 1000 | 11100101 | 110011 | 1010011 |
Color Harmonies of #BFC7EA
Complementary color
Monochromatic Colors of #BFC7EA
Black with #BFC7EA
Text Example
Text Example
White with #BFC7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC7EA; }
p { color: rgb(191,199,234); }
H1.HeaderClassName
{
color: #BFC7EA;
}
.AnyTagClassName
{
color: #BFC7EA;
}
</style>
background-color css
<style>
a { background-color: #BFC7EA; }
a { background-color: rgb(191,199,234); }
div.DivClassName
{
background-color: #BFC7EA;
}
.BgClassName
{
background-color: #BFC7EA;
}
</style>
border-color css
<style>
span { border-color: #BFC7EA; }
span { border-color: rgb(191,199,234); }
td.TdClassName
{
border-color: #BFC7EA;
}
.TagClassName
{
border-color: #BFC7EA;
}
</style>