Shades of Periwinkle #BFC5DD
Tints of Periwinkle #BFC5DD
RGB
CMYK
RGB Variations
Color information
#BFC5DD (or 0xBFC5DD) is known color: Periwinkle. HEX triplet: BF, C5 and DD. RGB value is (191,197,221). Sum of RGB (Red+Green+Blue) = 191+197+221=609 (80% of max value = 765). Red value is 191 (75% from 255 or 31.36% from 609); Green value is 197 (77.34% from 255 or 32.35% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 221 - color contains mainly: blue. Hex color #BFC5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC5DD is #403A22. Grayscale: #C5C5C5. Windows color (decimal): -4209187 or 14534079. OLE color: 14534079.
HSL color Cylindrical-coordinate representation of color #BFC5DD: hue angle of 228º degrees, saturation: 0.31, 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 #BFC5DD is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 197 | 221 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.13 |
| HSL | 228º | 0.31% | 0.81% | - |
| HSV(B) | 228º | 0.14% | 0.87% | - |
| XYZ | 54.5 | 56.23 | 76.39 | - |
| YUV | 197.94 | 141.01 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 221 | 0.14 | 0.11 | 0 | 0.13 | 228 | 0.31 | 0.81 |
| Hex | BF | C5 | DD | E | B | 0 | D | E4 | 1F | 51 |
| Octal | 277 | 305 | 335 | 16 | 13 | 0 | 15 | 344 | 37 | 121 |
| Binary | 10111111 | 11000101 | 11011101 | 1110 | 1011 | 0 | 1101 | 11100100 | 11111 | 1010001 |
Color Harmonies of #BFC5DD
Complementary color
Monochromatic Colors of #BFC5DD
Black with #BFC5DD
Text Example
Text Example
White with #BFC5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC5DD; }
p { color: rgb(191,197,221); }
H1.HeaderClassName
{
color: #BFC5DD;
}
.AnyTagClassName
{
color: #BFC5DD;
}
</style>
background-color css
<style>
a { background-color: #BFC5DD; }
a { background-color: rgb(191,197,221); }
div.DivClassName
{
background-color: #BFC5DD;
}
.BgClassName
{
background-color: #BFC5DD;
}
</style>
border-color css
<style>
span { border-color: #BFC5DD; }
span { border-color: rgb(191,197,221); }
td.TdClassName
{
border-color: #BFC5DD;
}
.TagClassName
{
border-color: #BFC5DD;
}
</style>