Shades of Periwinkle #BFC3ED
Tints of Periwinkle #BFC3ED
RGB
CMYK
RGB Variations
Color information
#BFC3ED (or 0xBFC3ED) is known color: Periwinkle. HEX triplet: BF, C3 and ED. RGB value is (191,195,237). Sum of RGB (Red+Green+Blue) = 191+195+237=623 (82% of max value = 765). Red value is 191 (75% from 255 or 30.66% from 623); Green value is 195 (76.56% from 255 or 31.30% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFC3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC3ED is #403C12. Grayscale: #C6C6C6. Windows color (decimal): -4209683 or 15582143. OLE color: 15582143.
HSL color Cylindrical-coordinate representation of color #BFC3ED: hue angle of 234.78º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFC3ED is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 195 | 237 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.07 |
| HSL | 234.78º | 0.56% | 0.84% | - |
| HSV(B) | 234.78º | 0.19% | 0.93% | - |
| XYZ | 56.29 | 56.22 | 88.01 | - |
| YUV | 198.59 | 149.67 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 237 | 0.19 | 0.18 | 0 | 0.07 | 234.78 | 0.56 | 0.84 |
| Hex | BF | C3 | ED | 13 | 12 | 0 | 7 | EB | 38 | 54 |
| Octal | 277 | 303 | 355 | 23 | 22 | 0 | 7 | 353 | 70 | 124 |
| Binary | 10111111 | 11000011 | 11101101 | 10011 | 10010 | 0 | 111 | 11101011 | 111000 | 1010100 |
Color Harmonies of #BFC3ED
Complementary color
Monochromatic Colors of #BFC3ED
Black with #BFC3ED
Text Example
Text Example
White with #BFC3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC3ED; }
p { color: rgb(191,195,237); }
H1.HeaderClassName
{
color: #BFC3ED;
}
.AnyTagClassName
{
color: #BFC3ED;
}
</style>
background-color css
<style>
a { background-color: #BFC3ED; }
a { background-color: rgb(191,195,237); }
div.DivClassName
{
background-color: #BFC3ED;
}
.BgClassName
{
background-color: #BFC3ED;
}
</style>
border-color css
<style>
span { border-color: #BFC3ED; }
span { border-color: rgb(191,195,237); }
td.TdClassName
{
border-color: #BFC3ED;
}
.TagClassName
{
border-color: #BFC3ED;
}
</style>