Shades of Periwinkle #BFC9DE
Tints of Periwinkle #BFC9DE
RGB
CMYK
RGB Variations
Color information
#BFC9DE (or 0xBFC9DE) is known color: Periwinkle. HEX triplet: BF, C9 and DE. RGB value is (191,201,222). Sum of RGB (Red+Green+Blue) = 191+201+222=614 (81% of max value = 765). Red value is 191 (75% from 255 or 31.11% from 614); Green value is 201 (78.91% from 255 or 32.74% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 222 - color contains mainly: blue. Hex color #BFC9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC9DE is #403621. Grayscale: #C8C8C8. Windows color (decimal): -4208162 or 14600639. OLE color: 14600639.
HSL color Cylindrical-coordinate representation of color #BFC9DE: hue angle of 220.65º degrees, saturation: 0.32, 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 #BFC9DE is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 201 | 222 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.13 |
| HSL | 220.65º | 0.32% | 0.81% | - |
| HSV(B) | 220.65º | 0.14% | 0.87% | - |
| XYZ | 55.56 | 58.12 | 77.4 | - |
| YUV | 200.4 | 140.19 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 222 | 0.14 | 0.09 | 0 | 0.13 | 220.65 | 0.32 | 0.81 |
| Hex | BF | C9 | DE | E | 9 | 0 | D | DD | 20 | 51 |
| Octal | 277 | 311 | 336 | 16 | 11 | 0 | 15 | 335 | 40 | 121 |
| Binary | 10111111 | 11001001 | 11011110 | 1110 | 1001 | 0 | 1101 | 11011101 | 100000 | 1010001 |
Color Harmonies of #BFC9DE
Complementary color
Monochromatic Colors of #BFC9DE
Black with #BFC9DE
Text Example
Text Example
White with #BFC9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC9DE; }
p { color: rgb(191,201,222); }
H1.HeaderClassName
{
color: #BFC9DE;
}
.AnyTagClassName
{
color: #BFC9DE;
}
</style>
background-color css
<style>
a { background-color: #BFC9DE; }
a { background-color: rgb(191,201,222); }
div.DivClassName
{
background-color: #BFC9DE;
}
.BgClassName
{
background-color: #BFC9DE;
}
</style>
border-color css
<style>
span { border-color: #BFC9DE; }
span { border-color: rgb(191,201,222); }
td.TdClassName
{
border-color: #BFC9DE;
}
.TagClassName
{
border-color: #BFC9DE;
}
</style>