Shades of Periwinkle #BFC4DF
Tints of Periwinkle #BFC4DF
RGB
CMYK
RGB Variations
Color information
#BFC4DF (or 0xBFC4DF) is known color: Periwinkle. HEX triplet: BF, C4 and DF. RGB value is (191,196,223). Sum of RGB (Red+Green+Blue) = 191+196+223=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 196 (76.95% from 255 or 32.13% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFC4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC4DF is #403B20. Grayscale: #C5C5C5. Windows color (decimal): -4209441 or 14664895. OLE color: 14664895.
HSL color Cylindrical-coordinate representation of color #BFC4DF: hue angle of 230.62º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFC4DF is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 191 | 196 | 223 | - |
CMYK | 0.14 | 0.12 | 0 | 0.13 |
HSL | 230.63º | 0.33% | 0.81% | - |
HSV(B) | 230.63º | 0.14% | 0.87% | - |
XYZ | 54.55 | 55.88 | 77.72 | - |
YUV | 197.58 | 142.34 | 123.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 196 | 223 | 0.14 | 0.12 | 0 | 0.13 | 230.63 | 0.33 | 0.81 |
Hex | BF | C4 | DF | E | C | 0 | D | E7 | 21 | 51 |
Octal | 277 | 304 | 337 | 16 | 14 | 0 | 15 | 347 | 41 | 121 |
Binary | 10111111 | 11000100 | 11011111 | 1110 | 1100 | 0 | 1101 | 11100111 | 100001 | 1010001 |
Color Harmonies of #BFC4DF
Complementary color
Monochromatic Colors of #BFC4DF
Black with #BFC4DF
Text Example
Text Example
White with #BFC4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC4DF; }
p { color: rgb(191,196,223); }
H1.HeaderClassName
{
color: #BFC4DF;
}
.AnyTagClassName
{
color: #BFC4DF;
}
</style>
background-color css
<style>
a { background-color: #BFC4DF; }
a { background-color: rgb(191,196,223); }
div.DivClassName
{
background-color: #BFC4DF;
}
.BgClassName
{
background-color: #BFC4DF;
}
</style>
border-color css
<style>
span { border-color: #BFC4DF; }
span { border-color: rgb(191,196,223); }
td.TdClassName
{
border-color: #BFC4DF;
}
.TagClassName
{
border-color: #BFC4DF;
}
</style>