Shades of Periwinkle #BFC3DC
Tints of Periwinkle #BFC3DC
RGB
CMYK
RGB Variations
Color information
#BFC3DC (or 0xBFC3DC) is known color: Periwinkle. HEX triplet: BF, C3 and DC. RGB value is (191,195,220). Sum of RGB (Red+Green+Blue) = 191+195+220=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 195 (76.56% from 255 or 32.18% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFC3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC3DC is #403C23. Grayscale: #C4C4C4. Windows color (decimal): -4209700 or 14468031. OLE color: 14468031.
HSL color Cylindrical-coordinate representation of color #BFC3DC: hue angle of 231.72º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFC3DC is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 195 | 220 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.14 |
| HSL | 231.72º | 0.29% | 0.81% | - |
| HSV(B) | 231.72º | 0.13% | 0.86% | - |
| XYZ | 53.92 | 55.27 | 75.54 | - |
| YUV | 196.65 | 141.17 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 220 | 0.13 | 0.11 | 0 | 0.14 | 231.72 | 0.29 | 0.81 |
| Hex | BF | C3 | DC | D | B | 0 | E | E8 | 1D | 51 |
| Octal | 277 | 303 | 334 | 15 | 13 | 0 | 16 | 350 | 35 | 121 |
| Binary | 10111111 | 11000011 | 11011100 | 1101 | 1011 | 0 | 1110 | 11101000 | 11101 | 1010001 |
Color Harmonies of #BFC3DC
Complementary color
Monochromatic Colors of #BFC3DC
Black with #BFC3DC
Text Example
Text Example
White with #BFC3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC3DC; }
p { color: rgb(191,195,220); }
H1.HeaderClassName
{
color: #BFC3DC;
}
.AnyTagClassName
{
color: #BFC3DC;
}
</style>
background-color css
<style>
a { background-color: #BFC3DC; }
a { background-color: rgb(191,195,220); }
div.DivClassName
{
background-color: #BFC3DC;
}
.BgClassName
{
background-color: #BFC3DC;
}
</style>
border-color css
<style>
span { border-color: #BFC3DC; }
span { border-color: rgb(191,195,220); }
td.TdClassName
{
border-color: #BFC3DC;
}
.TagClassName
{
border-color: #BFC3DC;
}
</style>