Shades of Periwinkle #BFC7E3
Tints of Periwinkle #BFC7E3
RGB
CMYK
RGB Variations
Color information
#BFC7E3 (or 0xBFC7E3) is known color: Periwinkle. HEX triplet: BF, C7 and E3. RGB value is (191,199,227). Sum of RGB (Red+Green+Blue) = 191+199+227=617 (81% of max value = 765). Red value is 191 (75% from 255 or 30.96% from 617); Green value is 199 (78.12% from 255 or 32.25% from 617); Blue value is 227 (89.06% from 255 or 36.79% from 617); Max value from RGB is 227 - color contains mainly: blue. Hex color #BFC7E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC7E3 is #40381C. Grayscale: #C7C7C7. Windows color (decimal): -4208669 or 14927807. OLE color: 14927807.
HSL color Cylindrical-coordinate representation of color #BFC7E3: hue angle of 226.67º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFC7E3 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 199 | 227 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.11 |
| HSL | 226.67º | 0.39% | 0.82% | - |
| HSV(B) | 226.67º | 0.16% | 0.89% | - |
| XYZ | 55.77 | 57.47 | 80.83 | - |
| YUV | 199.8 | 143.35 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 199 | 227 | 0.16 | 0.12 | 0 | 0.11 | 226.67 | 0.39 | 0.82 |
| Hex | BF | C7 | E3 | 10 | C | 0 | B | E3 | 27 | 52 |
| Octal | 277 | 307 | 343 | 20 | 14 | 0 | 13 | 343 | 47 | 122 |
| Binary | 10111111 | 11000111 | 11100011 | 10000 | 1100 | 0 | 1011 | 11100011 | 100111 | 1010010 |
Color Harmonies of #BFC7E3
Complementary color
Monochromatic Colors of #BFC7E3
Black with #BFC7E3
Text Example
Text Example
White with #BFC7E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC7E3; }
p { color: rgb(191,199,227); }
H1.HeaderClassName
{
color: #BFC7E3;
}
.AnyTagClassName
{
color: #BFC7E3;
}
</style>
background-color css
<style>
a { background-color: #BFC7E3; }
a { background-color: rgb(191,199,227); }
div.DivClassName
{
background-color: #BFC7E3;
}
.BgClassName
{
background-color: #BFC7E3;
}
</style>
border-color css
<style>
span { border-color: #BFC7E3; }
span { border-color: rgb(191,199,227); }
td.TdClassName
{
border-color: #BFC7E3;
}
.TagClassName
{
border-color: #BFC7E3;
}
</style>