Shades of Periwinkle #BFC6E9
Tints of Periwinkle #BFC6E9
RGB
CMYK
RGB Variations
Color information
#BFC6E9 (or 0xBFC6E9) is known color: Periwinkle. HEX triplet: BF, C6 and E9. RGB value is (191,198,233). Sum of RGB (Red+Green+Blue) = 191+198+233=622 (82% of max value = 765). Red value is 191 (75% from 255 or 30.71% from 622); Green value is 198 (77.73% from 255 or 31.83% from 622); Blue value is 233 (91.41% from 255 or 37.46% from 622); Max value from RGB is 233 - color contains mainly: blue. Hex color #BFC6E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC6E9 is #403916. Grayscale: #C7C7C7. Windows color (decimal): -4208919 or 15320767. OLE color: 15320767.
HSL color Cylindrical-coordinate representation of color #BFC6E9: hue angle of 230º 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 #BFC6E9 is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 198 | 233 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.09 |
| HSL | 230º | 0.49% | 0.83% | - |
| HSV(B) | 230º | 0.18% | 0.91% | - |
| XYZ | 56.39 | 57.35 | 85.19 | - |
| YUV | 199.9 | 146.68 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 198 | 233 | 0.18 | 0.15 | 0 | 0.09 | 230 | 0.49 | 0.83 |
| Hex | BF | C6 | E9 | 12 | F | 0 | 9 | E6 | 31 | 53 |
| Octal | 277 | 306 | 351 | 22 | 17 | 0 | 11 | 346 | 61 | 123 |
| Binary | 10111111 | 11000110 | 11101001 | 10010 | 1111 | 0 | 1001 | 11100110 | 110001 | 1010011 |
Color Harmonies of #BFC6E9
Complementary color
Monochromatic Colors of #BFC6E9
Black with #BFC6E9
Text Example
Text Example
White with #BFC6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC6E9; }
p { color: rgb(191,198,233); }
H1.HeaderClassName
{
color: #BFC6E9;
}
.AnyTagClassName
{
color: #BFC6E9;
}
</style>
background-color css
<style>
a { background-color: #BFC6E9; }
a { background-color: rgb(191,198,233); }
div.DivClassName
{
background-color: #BFC6E9;
}
.BgClassName
{
background-color: #BFC6E9;
}
</style>
border-color css
<style>
span { border-color: #BFC6E9; }
span { border-color: rgb(191,198,233); }
td.TdClassName
{
border-color: #BFC6E9;
}
.TagClassName
{
border-color: #BFC6E9;
}
</style>