Shades of Periwinkle #BFC5E2
Tints of Periwinkle #BFC5E2
RGB
CMYK
RGB Variations
Color information
#BFC5E2 (or 0xBFC5E2) is known color: Periwinkle. HEX triplet: BF, C5 and E2. RGB value is (191,197,226). Sum of RGB (Red+Green+Blue) = 191+197+226=614 (81% of max value = 765). Red value is 191 (75% from 255 or 31.11% from 614); Green value is 197 (77.34% from 255 or 32.08% from 614); Blue value is 226 (88.67% from 255 or 36.81% from 614); Max value from RGB is 226 - color contains mainly: blue. Hex color #BFC5E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC5E2 is #403A1D. Grayscale: #C6C6C6. Windows color (decimal): -4209182 or 14861759. OLE color: 14861759.
HSL color Cylindrical-coordinate representation of color #BFC5E2: hue angle of 229.71º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFC5E2 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 191 | 197 | 226 | - |
CMYK | 0.15 | 0.13 | 0 | 0.11 |
HSL | 229.71º | 0.38% | 0.82% | - |
HSV(B) | 229.71º | 0.15% | 0.89% | - |
XYZ | 55.18 | 56.5 | 79.95 | - |
YUV | 198.51 | 143.51 | 122.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 197 | 226 | 0.15 | 0.13 | 0 | 0.11 | 229.71 | 0.38 | 0.82 |
Hex | BF | C5 | E2 | F | D | 0 | B | E6 | 26 | 52 |
Octal | 277 | 305 | 342 | 17 | 15 | 0 | 13 | 346 | 46 | 122 |
Binary | 10111111 | 11000101 | 11100010 | 1111 | 1101 | 0 | 1011 | 11100110 | 100110 | 1010010 |
Color Harmonies of #BFC5E2
Complementary color
Monochromatic Colors of #BFC5E2
Black with #BFC5E2
Text Example
Text Example
White with #BFC5E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC5E2; }
p { color: rgb(191,197,226); }
H1.HeaderClassName
{
color: #BFC5E2;
}
.AnyTagClassName
{
color: #BFC5E2;
}
</style>
background-color css
<style>
a { background-color: #BFC5E2; }
a { background-color: rgb(191,197,226); }
div.DivClassName
{
background-color: #BFC5E2;
}
.BgClassName
{
background-color: #BFC5E2;
}
</style>
border-color css
<style>
span { border-color: #BFC5E2; }
span { border-color: rgb(191,197,226); }
td.TdClassName
{
border-color: #BFC5E2;
}
.TagClassName
{
border-color: #BFC5E2;
}
</style>