Shades of Periwinkle #BFC4E6
Tints of Periwinkle #BFC4E6
RGB
CMYK
RGB Variations
Color information
#BFC4E6 (or 0xBFC4E6) is known color: Periwinkle. HEX triplet: BF, C4 and E6. RGB value is (191,196,230). Sum of RGB (Red+Green+Blue) = 191+196+230=617 (81% of max value = 765). Red value is 191 (75% from 255 or 30.96% from 617); Green value is 196 (76.95% from 255 or 31.77% from 617); Blue value is 230 (90.23% from 255 or 37.28% from 617); Max value from RGB is 230 - color contains mainly: blue. Hex color #BFC4E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC4E6 is #403B19. Grayscale: #C6C6C6. Windows color (decimal): -4209434 or 15123647. OLE color: 15123647.
HSL color Cylindrical-coordinate representation of color #BFC4E6: hue angle of 232.31º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFC4E6 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 196 | 230 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.10 |
| HSL | 232.31º | 0.44% | 0.83% | - |
| HSV(B) | 232.31º | 0.17% | 0.9% | - |
| XYZ | 55.51 | 56.27 | 82.8 | - |
| YUV | 198.38 | 145.84 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 230 | 0.17 | 0.15 | 0 | 0.10 | 232.31 | 0.44 | 0.83 |
| Hex | BF | C4 | E6 | 11 | F | 0 | A | E8 | 2C | 53 |
| Octal | 277 | 304 | 346 | 21 | 17 | 0 | 12 | 350 | 54 | 123 |
| Binary | 10111111 | 11000100 | 11100110 | 10001 | 1111 | 0 | 1010 | 11101000 | 101100 | 1010011 |
Color Harmonies of #BFC4E6
Complementary color
Monochromatic Colors of #BFC4E6
Black with #BFC4E6
Text Example
Text Example
White with #BFC4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC4E6; }
p { color: rgb(191,196,230); }
H1.HeaderClassName
{
color: #BFC4E6;
}
.AnyTagClassName
{
color: #BFC4E6;
}
</style>
background-color css
<style>
a { background-color: #BFC4E6; }
a { background-color: rgb(191,196,230); }
div.DivClassName
{
background-color: #BFC4E6;
}
.BgClassName
{
background-color: #BFC4E6;
}
</style>
border-color css
<style>
span { border-color: #BFC4E6; }
span { border-color: rgb(191,196,230); }
td.TdClassName
{
border-color: #BFC4E6;
}
.TagClassName
{
border-color: #BFC4E6;
}
</style>