Shades of Periwinkle #BFC5E9
Tints of Periwinkle #BFC5E9
RGB
CMYK
RGB Variations
Color information
#BFC5E9 (or 0xBFC5E9) is known color: Periwinkle. HEX triplet: BF, C5 and E9. RGB value is (191,197,233). Sum of RGB (Red+Green+Blue) = 191+197+233=621 (82% of max value = 765). Red value is 191 (75% from 255 or 30.76% from 621); Green value is 197 (77.34% from 255 or 31.72% from 621); Blue value is 233 (91.41% from 255 or 37.52% from 621); Max value from RGB is 233 - color contains mainly: blue. Hex color #BFC5E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC5E9 is #403A16. Grayscale: #C7C7C7. Windows color (decimal): -4209175 or 15320511. OLE color: 15320511.
HSL color Cylindrical-coordinate representation of color #BFC5E9: hue angle of 231.43º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFC5E9 is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 191 | 197 | 233 | - |
CMYK | 0.18 | 0.15 | 0 | 0.09 |
HSL | 231.43º | 0.49% | 0.83% | - |
HSV(B) | 231.43º | 0.18% | 0.91% | - |
XYZ | 56.16 | 56.89 | 85.11 | - |
YUV | 199.31 | 147.01 | 122.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 197 | 233 | 0.18 | 0.15 | 0 | 0.09 | 231.43 | 0.49 | 0.83 |
Hex | BF | C5 | E9 | 12 | F | 0 | 9 | E7 | 31 | 53 |
Octal | 277 | 305 | 351 | 22 | 17 | 0 | 11 | 347 | 61 | 123 |
Binary | 10111111 | 11000101 | 11101001 | 10010 | 1111 | 0 | 1001 | 11100111 | 110001 | 1010011 |
Color Harmonies of #BFC5E9
Complementary color
Monochromatic Colors of #BFC5E9
Black with #BFC5E9
Text Example
Text Example
White with #BFC5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC5E9; }
p { color: rgb(191,197,233); }
H1.HeaderClassName
{
color: #BFC5E9;
}
.AnyTagClassName
{
color: #BFC5E9;
}
</style>
background-color css
<style>
a { background-color: #BFC5E9; }
a { background-color: rgb(191,197,233); }
div.DivClassName
{
background-color: #BFC5E9;
}
.BgClassName
{
background-color: #BFC5E9;
}
</style>
border-color css
<style>
span { border-color: #BFC5E9; }
span { border-color: rgb(191,197,233); }
td.TdClassName
{
border-color: #BFC5E9;
}
.TagClassName
{
border-color: #BFC5E9;
}
</style>