Shades of Periwinkle #BFC4DC
Tints of Periwinkle #BFC4DC
RGB
CMYK
RGB Variations
Color information
#BFC4DC (or 0xBFC4DC) is known color: Periwinkle. HEX triplet: BF, C4 and DC. RGB value is (191,196,220). Sum of RGB (Red+Green+Blue) = 191+196+220=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 196 (76.95% from 255 or 32.29% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFC4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC4DC is #403B23. Grayscale: #C5C5C5. Windows color (decimal): -4209444 or 14468287. OLE color: 14468287.
HSL color Cylindrical-coordinate representation of color #BFC4DC: hue angle of 229.66º 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 #BFC4DC is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 196 | 220 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.14 |
| HSL | 229.66º | 0.29% | 0.81% | - |
| HSV(B) | 229.66º | 0.13% | 0.86% | - |
| XYZ | 54.14 | 55.72 | 75.61 | - |
| YUV | 197.24 | 140.84 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 220 | 0.13 | 0.11 | 0 | 0.14 | 229.66 | 0.29 | 0.81 |
| Hex | BF | C4 | DC | D | B | 0 | E | E6 | 1D | 51 |
| Octal | 277 | 304 | 334 | 15 | 13 | 0 | 16 | 346 | 35 | 121 |
| Binary | 10111111 | 11000100 | 11011100 | 1101 | 1011 | 0 | 1110 | 11100110 | 11101 | 1010001 |
Color Harmonies of #BFC4DC
Complementary color
Monochromatic Colors of #BFC4DC
Black with #BFC4DC
Text Example
Text Example
White with #BFC4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC4DC; }
p { color: rgb(191,196,220); }
H1.HeaderClassName
{
color: #BFC4DC;
}
.AnyTagClassName
{
color: #BFC4DC;
}
</style>
background-color css
<style>
a { background-color: #BFC4DC; }
a { background-color: rgb(191,196,220); }
div.DivClassName
{
background-color: #BFC4DC;
}
.BgClassName
{
background-color: #BFC4DC;
}
</style>
border-color css
<style>
span { border-color: #BFC4DC; }
span { border-color: rgb(191,196,220); }
td.TdClassName
{
border-color: #BFC4DC;
}
.TagClassName
{
border-color: #BFC4DC;
}
</style>