Shades of Periwinkle #BFC3E3
Tints of Periwinkle #BFC3E3
RGB
CMYK
RGB Variations
Color information
#BFC3E3 (or 0xBFC3E3) is known color: Periwinkle. HEX triplet: BF, C3 and E3. RGB value is (191,195,227). Sum of RGB (Red+Green+Blue) = 191+195+227=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 195 (76.56% from 255 or 31.81% from 613); Blue value is 227 (89.06% from 255 or 37.03% from 613); Max value from RGB is 227 - color contains mainly: blue. Hex color #BFC3E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC3E3 is #403C1C. Grayscale: #C5C5C5. Windows color (decimal): -4209693 or 14926783. OLE color: 14926783.
HSL color Cylindrical-coordinate representation of color #BFC3E3: hue angle of 233.33º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFC3E3 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 195 | 227 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.11 |
| HSL | 233.33º | 0.39% | 0.82% | - |
| HSV(B) | 233.33º | 0.16% | 0.89% | - |
| XYZ | 54.87 | 55.65 | 80.52 | - |
| YUV | 197.45 | 144.67 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 227 | 0.16 | 0.14 | 0 | 0.11 | 233.33 | 0.39 | 0.82 |
| Hex | BF | C3 | E3 | 10 | E | 0 | B | E9 | 27 | 52 |
| Octal | 277 | 303 | 343 | 20 | 16 | 0 | 13 | 351 | 47 | 122 |
| Binary | 10111111 | 11000011 | 11100011 | 10000 | 1110 | 0 | 1011 | 11101001 | 100111 | 1010010 |
Color Harmonies of #BFC3E3
Complementary color
Monochromatic Colors of #BFC3E3
Black with #BFC3E3
Text Example
Text Example
White with #BFC3E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC3E3; }
p { color: rgb(191,195,227); }
H1.HeaderClassName
{
color: #BFC3E3;
}
.AnyTagClassName
{
color: #BFC3E3;
}
</style>
background-color css
<style>
a { background-color: #BFC3E3; }
a { background-color: rgb(191,195,227); }
div.DivClassName
{
background-color: #BFC3E3;
}
.BgClassName
{
background-color: #BFC3E3;
}
</style>
border-color css
<style>
span { border-color: #BFC3E3; }
span { border-color: rgb(191,195,227); }
td.TdClassName
{
border-color: #BFC3E3;
}
.TagClassName
{
border-color: #BFC3E3;
}
</style>