Shades of Periwinkle #BFC3E8
Tints of Periwinkle #BFC3E8
RGB
CMYK
RGB Variations
Color information
#BFC3E8 (or 0xBFC3E8) is known color: Periwinkle. HEX triplet: BF, C3 and E8. RGB value is (191,195,232). Sum of RGB (Red+Green+Blue) = 191+195+232=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 195 (76.56% from 255 or 31.55% from 618); Blue value is 232 (91.02% from 255 or 37.54% from 618); Max value from RGB is 232 - color contains mainly: blue. Hex color #BFC3E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC3E8 is #403C17. Grayscale: #C5C5C5. Windows color (decimal): -4209688 or 15254463. OLE color: 15254463.
HSL color Cylindrical-coordinate representation of color #BFC3E8: hue angle of 234.15º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFC3E8 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 195 | 232 | - |
| CMYK | 0.18 | 0.16 | 0 | 0.09 |
| HSL | 234.15º | 0.47% | 0.83% | - |
| HSV(B) | 234.15º | 0.18% | 0.91% | - |
| XYZ | 55.57 | 55.93 | 84.21 | - |
| YUV | 198.02 | 147.17 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 232 | 0.18 | 0.16 | 0 | 0.09 | 234.15 | 0.47 | 0.83 |
| Hex | BF | C3 | E8 | 12 | 10 | 0 | 9 | EA | 2F | 53 |
| Octal | 277 | 303 | 350 | 22 | 20 | 0 | 11 | 352 | 57 | 123 |
| Binary | 10111111 | 11000011 | 11101000 | 10010 | 10000 | 0 | 1001 | 11101010 | 101111 | 1010011 |
Color Harmonies of #BFC3E8
Complementary color
Monochromatic Colors of #BFC3E8
Black with #BFC3E8
Text Example
Text Example
White with #BFC3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC3E8; }
p { color: rgb(191,195,232); }
H1.HeaderClassName
{
color: #BFC3E8;
}
.AnyTagClassName
{
color: #BFC3E8;
}
</style>
background-color css
<style>
a { background-color: #BFC3E8; }
a { background-color: rgb(191,195,232); }
div.DivClassName
{
background-color: #BFC3E8;
}
.BgClassName
{
background-color: #BFC3E8;
}
</style>
border-color css
<style>
span { border-color: #BFC3E8; }
span { border-color: rgb(191,195,232); }
td.TdClassName
{
border-color: #BFC3E8;
}
.TagClassName
{
border-color: #BFC3E8;
}
</style>