Shades of Periwinkle #BFC6EE
Tints of Periwinkle #BFC6EE
RGB
CMYK
RGB Variations
Color information
#BFC6EE (or 0xBFC6EE) is known color: Periwinkle. HEX triplet: BF, C6 and EE. RGB value is (191,198,238). Sum of RGB (Red+Green+Blue) = 191+198+238=627 (83% of max value = 765). Red value is 191 (75% from 255 or 30.46% from 627); Green value is 198 (77.73% from 255 or 31.58% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFC6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC6EE is #403911. Grayscale: #C8C8C8. Windows color (decimal): -4208914 or 15648447. OLE color: 15648447.
HSL color Cylindrical-coordinate representation of color #BFC6EE: hue angle of 231.06º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFC6EE is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 198 | 238 | - |
| CMYK | 0.20 | 0.17 | 0 | 0.07 |
| HSL | 231.06º | 0.58% | 0.84% | - |
| HSV(B) | 231.06º | 0.2% | 0.93% | - |
| XYZ | 57.11 | 57.64 | 89 | - |
| YUV | 200.47 | 149.18 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 198 | 238 | 0.20 | 0.17 | 0 | 0.07 | 231.06 | 0.58 | 0.84 |
| Hex | BF | C6 | EE | 14 | 11 | 0 | 7 | E7 | 3A | 54 |
| Octal | 277 | 306 | 356 | 24 | 21 | 0 | 7 | 347 | 72 | 124 |
| Binary | 10111111 | 11000110 | 11101110 | 10100 | 10001 | 0 | 111 | 11100111 | 111010 | 1010100 |
Color Harmonies of #BFC6EE
Complementary color
Monochromatic Colors of #BFC6EE
Black with #BFC6EE
Text Example
Text Example
White with #BFC6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC6EE; }
p { color: rgb(191,198,238); }
H1.HeaderClassName
{
color: #BFC6EE;
}
.AnyTagClassName
{
color: #BFC6EE;
}
</style>
background-color css
<style>
a { background-color: #BFC6EE; }
a { background-color: rgb(191,198,238); }
div.DivClassName
{
background-color: #BFC6EE;
}
.BgClassName
{
background-color: #BFC6EE;
}
</style>
border-color css
<style>
span { border-color: #BFC6EE; }
span { border-color: rgb(191,198,238); }
td.TdClassName
{
border-color: #BFC6EE;
}
.TagClassName
{
border-color: #BFC6EE;
}
</style>