Shades of Periwinkle #BFC4EE
Tints of Periwinkle #BFC4EE
RGB
CMYK
RGB Variations
Color information
#BFC4EE (or 0xBFC4EE) is known color: Periwinkle. HEX triplet: BF, C4 and EE. RGB value is (191,196,238). Sum of RGB (Red+Green+Blue) = 191+196+238=625 (82% of max value = 765). Red value is 191 (75% from 255 or 30.56% from 625); Green value is 196 (76.95% from 255 or 31.36% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFC4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC4EE is #403B11. Grayscale: #C7C7C7. Windows color (decimal): -4209426 or 15647935. OLE color: 15647935.
HSL color Cylindrical-coordinate representation of color #BFC4EE: hue angle of 233.62º 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 #BFC4EE is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 196 | 238 | - |
| CMYK | 0.20 | 0.18 | 0 | 0.07 |
| HSL | 233.62º | 0.58% | 0.84% | - |
| HSV(B) | 233.62º | 0.2% | 0.93% | - |
| XYZ | 56.66 | 56.73 | 88.85 | - |
| YUV | 199.29 | 149.84 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 238 | 0.20 | 0.18 | 0 | 0.07 | 233.62 | 0.58 | 0.84 |
| Hex | BF | C4 | EE | 14 | 12 | 0 | 7 | EA | 3A | 54 |
| Octal | 277 | 304 | 356 | 24 | 22 | 0 | 7 | 352 | 72 | 124 |
| Binary | 10111111 | 11000100 | 11101110 | 10100 | 10010 | 0 | 111 | 11101010 | 111010 | 1010100 |
Color Harmonies of #BFC4EE
Complementary color
Monochromatic Colors of #BFC4EE
Black with #BFC4EE
Text Example
Text Example
White with #BFC4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC4EE; }
p { color: rgb(191,196,238); }
H1.HeaderClassName
{
color: #BFC4EE;
}
.AnyTagClassName
{
color: #BFC4EE;
}
</style>
background-color css
<style>
a { background-color: #BFC4EE; }
a { background-color: rgb(191,196,238); }
div.DivClassName
{
background-color: #BFC4EE;
}
.BgClassName
{
background-color: #BFC4EE;
}
</style>
border-color css
<style>
span { border-color: #BFC4EE; }
span { border-color: rgb(191,196,238); }
td.TdClassName
{
border-color: #BFC4EE;
}
.TagClassName
{
border-color: #BFC4EE;
}
</style>