Shades of Periwinkle #BFC8EF
Tints of Periwinkle #BFC8EF
RGB
CMYK
RGB Variations
Color information
#BFC8EF (or 0xBFC8EF) is known color: Periwinkle. HEX triplet: BF, C8 and EF. RGB value is (191,200,239). Sum of RGB (Red+Green+Blue) = 191+200+239=630 (83% of max value = 765). Red value is 191 (75% from 255 or 30.32% from 630); Green value is 200 (78.52% from 255 or 31.75% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFC8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC8EF is #403710. Grayscale: #C9C9C9. Windows color (decimal): -4208401 or 15714495. OLE color: 15714495.
HSL color Cylindrical-coordinate representation of color #BFC8EF: hue angle of 228.75º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFC8EF is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 200 | 239 | - |
| CMYK | 0.20 | 0.16 | 0 | 0.06 |
| HSL | 228.75º | 0.6% | 0.84% | - |
| HSV(B) | 228.75º | 0.2% | 0.94% | - |
| XYZ | 57.72 | 58.62 | 89.93 | - |
| YUV | 201.76 | 149.02 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 239 | 0.20 | 0.16 | 0 | 0.06 | 228.75 | 0.6 | 0.84 |
| Hex | BF | C8 | EF | 14 | 10 | 0 | 6 | E5 | 3C | 54 |
| Octal | 277 | 310 | 357 | 24 | 20 | 0 | 6 | 345 | 74 | 124 |
| Binary | 10111111 | 11001000 | 11101111 | 10100 | 10000 | 0 | 110 | 11100101 | 111100 | 1010100 |
Color Harmonies of #BFC8EF
Complementary color
Monochromatic Colors of #BFC8EF
Black with #BFC8EF
Text Example
Text Example
White with #BFC8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC8EF; }
p { color: rgb(191,200,239); }
H1.HeaderClassName
{
color: #BFC8EF;
}
.AnyTagClassName
{
color: #BFC8EF;
}
</style>
background-color css
<style>
a { background-color: #BFC8EF; }
a { background-color: rgb(191,200,239); }
div.DivClassName
{
background-color: #BFC8EF;
}
.BgClassName
{
background-color: #BFC8EF;
}
</style>
border-color css
<style>
span { border-color: #BFC8EF; }
span { border-color: rgb(191,200,239); }
td.TdClassName
{
border-color: #BFC8EF;
}
.TagClassName
{
border-color: #BFC8EF;
}
</style>