Shades of Periwinkle #BFC8EE
Tints of Periwinkle #BFC8EE
RGB
CMYK
RGB Variations
Color information
#BFC8EE (or 0xBFC8EE) is known color: Periwinkle. HEX triplet: BF, C8 and EE. RGB value is (191,200,238). Sum of RGB (Red+Green+Blue) = 191+200+238=629 (83% of max value = 765). Red value is 191 (75% from 255 or 30.37% from 629); Green value is 200 (78.52% from 255 or 31.80% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFC8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC8EE is #403711. Grayscale: #C9C9C9. Windows color (decimal): -4208402 or 15648959. OLE color: 15648959.
HSL color Cylindrical-coordinate representation of color #BFC8EE: hue angle of 228.51º 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 #BFC8EE is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 200 | 238 | - |
| CMYK | 0.20 | 0.16 | 0 | 0.07 |
| HSL | 228.51º | 0.58% | 0.84% | - |
| HSV(B) | 228.51º | 0.2% | 0.93% | - |
| XYZ | 57.57 | 58.56 | 89.16 | - |
| YUV | 201.64 | 148.52 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 238 | 0.20 | 0.16 | 0 | 0.07 | 228.51 | 0.58 | 0.84 |
| Hex | BF | C8 | EE | 14 | 10 | 0 | 7 | E5 | 3A | 54 |
| Octal | 277 | 310 | 356 | 24 | 20 | 0 | 7 | 345 | 72 | 124 |
| Binary | 10111111 | 11001000 | 11101110 | 10100 | 10000 | 0 | 111 | 11100101 | 111010 | 1010100 |
Color Harmonies of #BFC8EE
Complementary color
Monochromatic Colors of #BFC8EE
Black with #BFC8EE
Text Example
Text Example
White with #BFC8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC8EE; }
p { color: rgb(191,200,238); }
H1.HeaderClassName
{
color: #BFC8EE;
}
.AnyTagClassName
{
color: #BFC8EE;
}
</style>
background-color css
<style>
a { background-color: #BFC8EE; }
a { background-color: rgb(191,200,238); }
div.DivClassName
{
background-color: #BFC8EE;
}
.BgClassName
{
background-color: #BFC8EE;
}
</style>
border-color css
<style>
span { border-color: #BFC8EE; }
span { border-color: rgb(191,200,238); }
td.TdClassName
{
border-color: #BFC8EE;
}
.TagClassName
{
border-color: #BFC8EE;
}
</style>