Shades of Periwinkle #BFC9DF
Tints of Periwinkle #BFC9DF
RGB
CMYK
RGB Variations
Color information
#BFC9DF (or 0xBFC9DF) is known color: Periwinkle. HEX triplet: BF, C9 and DF. RGB value is (191,201,223). Sum of RGB (Red+Green+Blue) = 191+201+223=615 (81% of max value = 765). Red value is 191 (75% from 255 or 31.06% from 615); Green value is 201 (78.91% from 255 or 32.68% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFC9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC9DF is #403620. Grayscale: #C8C8C8. Windows color (decimal): -4208161 or 14666175. OLE color: 14666175.
HSL color Cylindrical-coordinate representation of color #BFC9DF: hue angle of 221.25º 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 #BFC9DF is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 201 | 223 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.13 |
| HSL | 221.25º | 0.33% | 0.81% | - |
| HSV(B) | 221.25º | 0.14% | 0.87% | - |
| XYZ | 55.69 | 58.18 | 78.11 | - |
| YUV | 200.52 | 140.69 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 223 | 0.14 | 0.10 | 0 | 0.13 | 221.25 | 0.33 | 0.81 |
| Hex | BF | C9 | DF | E | A | 0 | D | DD | 21 | 51 |
| Octal | 277 | 311 | 337 | 16 | 12 | 0 | 15 | 335 | 41 | 121 |
| Binary | 10111111 | 11001001 | 11011111 | 1110 | 1010 | 0 | 1101 | 11011101 | 100001 | 1010001 |
Color Harmonies of #BFC9DF
Complementary color
Monochromatic Colors of #BFC9DF
Black with #BFC9DF
Text Example
Text Example
White with #BFC9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC9DF; }
p { color: rgb(191,201,223); }
H1.HeaderClassName
{
color: #BFC9DF;
}
.AnyTagClassName
{
color: #BFC9DF;
}
</style>
background-color css
<style>
a { background-color: #BFC9DF; }
a { background-color: rgb(191,201,223); }
div.DivClassName
{
background-color: #BFC9DF;
}
.BgClassName
{
background-color: #BFC9DF;
}
</style>
border-color css
<style>
span { border-color: #BFC9DF; }
span { border-color: rgb(191,201,223); }
td.TdClassName
{
border-color: #BFC9DF;
}
.TagClassName
{
border-color: #BFC9DF;
}
</style>