Shades of Periwinkle #BFC6E5
Tints of Periwinkle #BFC6E5
RGB
CMYK
RGB Variations
Color information
#BFC6E5 (or 0xBFC6E5) is known color: Periwinkle. HEX triplet: BF, C6 and E5. RGB value is (191,198,229). Sum of RGB (Red+Green+Blue) = 191+198+229=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 198 (77.73% from 255 or 32.04% from 618); Blue value is 229 (89.84% from 255 or 37.06% from 618); Max value from RGB is 229 - color contains mainly: blue. Hex color #BFC6E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC6E5 is #40391A. Grayscale: #C7C7C7. Windows color (decimal): -4208923 or 15058623. OLE color: 15058623.
HSL color Cylindrical-coordinate representation of color #BFC6E5: hue angle of 228.95º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFC6E5 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 191 | 198 | 229 | - |
CMYK | 0.17 | 0.14 | 0 | 0.10 |
HSL | 228.95º | 0.42% | 0.82% | - |
HSV(B) | 228.95º | 0.17% | 0.9% | - |
XYZ | 55.82 | 57.12 | 82.21 | - |
YUV | 199.44 | 144.68 | 121.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 198 | 229 | 0.17 | 0.14 | 0 | 0.10 | 228.95 | 0.42 | 0.82 |
Hex | BF | C6 | E5 | 11 | E | 0 | A | E5 | 2A | 52 |
Octal | 277 | 306 | 345 | 21 | 16 | 0 | 12 | 345 | 52 | 122 |
Binary | 10111111 | 11000110 | 11100101 | 10001 | 1110 | 0 | 1010 | 11100101 | 101010 | 1010010 |
Color Harmonies of #BFC6E5
Complementary color
Monochromatic Colors of #BFC6E5
Black with #BFC6E5
Text Example
Text Example
White with #BFC6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC6E5; }
p { color: rgb(191,198,229); }
H1.HeaderClassName
{
color: #BFC6E5;
}
.AnyTagClassName
{
color: #BFC6E5;
}
</style>
background-color css
<style>
a { background-color: #BFC6E5; }
a { background-color: rgb(191,198,229); }
div.DivClassName
{
background-color: #BFC6E5;
}
.BgClassName
{
background-color: #BFC6E5;
}
</style>
border-color css
<style>
span { border-color: #BFC6E5; }
span { border-color: rgb(191,198,229); }
td.TdClassName
{
border-color: #BFC6E5;
}
.TagClassName
{
border-color: #BFC6E5;
}
</style>