Shades of Periwinkle #BFCFE5
Tints of Periwinkle #BFCFE5
RGB
CMYK
RGB Variations
Color information
#BFCFE5 (or 0xBFCFE5) is known color: Periwinkle. HEX triplet: BF, CF and E5. RGB value is (191,207,229). Sum of RGB (Red+Green+Blue) = 191+207+229=627 (83% of max value = 765). Red value is 191 (75% from 255 or 30.46% from 627); Green value is 207 (81.25% from 255 or 33.01% from 627); Blue value is 229 (89.84% from 255 or 36.52% from 627); Max value from RGB is 229 - color contains mainly: blue. Hex color #BFCFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCFE5 is #40301A. Grayscale: #CCCCCC. Windows color (decimal): -4206619 or 15060927. OLE color: 15060927.
HSL color Cylindrical-coordinate representation of color #BFCFE5: hue angle of 214.74º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFCFE5 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 207 | 229 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.10 |
| HSL | 214.74º | 0.42% | 0.82% | - |
| HSV(B) | 214.74º | 0.17% | 0.9% | - |
| XYZ | 57.94 | 61.36 | 82.92 | - |
| YUV | 204.72 | 141.7 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 229 | 0.17 | 0.10 | 0 | 0.10 | 214.74 | 0.42 | 0.82 |
| Hex | BF | CF | E5 | 11 | A | 0 | A | D7 | 2A | 52 |
| Octal | 277 | 317 | 345 | 21 | 12 | 0 | 12 | 327 | 52 | 122 |
| Binary | 10111111 | 11001111 | 11100101 | 10001 | 1010 | 0 | 1010 | 11010111 | 101010 | 1010010 |
Color Harmonies of #BFCFE5
Complementary color
Monochromatic Colors of #BFCFE5
Black with #BFCFE5
Text Example
Text Example
White with #BFCFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCFE5; }
p { color: rgb(191,207,229); }
H1.HeaderClassName
{
color: #BFCFE5;
}
.AnyTagClassName
{
color: #BFCFE5;
}
</style>
background-color css
<style>
a { background-color: #BFCFE5; }
a { background-color: rgb(191,207,229); }
div.DivClassName
{
background-color: #BFCFE5;
}
.BgClassName
{
background-color: #BFCFE5;
}
</style>
border-color css
<style>
span { border-color: #BFCFE5; }
span { border-color: rgb(191,207,229); }
td.TdClassName
{
border-color: #BFCFE5;
}
.TagClassName
{
border-color: #BFCFE5;
}
</style>