Shades of Periwinkle #BFC8DD
Tints of Periwinkle #BFC8DD
RGB
CMYK
RGB Variations
Color information
#BFC8DD (or 0xBFC8DD) is known color: Periwinkle. HEX triplet: BF, C8 and DD. RGB value is (191,200,221). Sum of RGB (Red+Green+Blue) = 191+200+221=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 200 (78.52% from 255 or 32.68% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 221 - color contains mainly: blue. Hex color #BFC8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC8DD is #403722. Grayscale: #C7C7C7. Windows color (decimal): -4208419 or 14534847. OLE color: 14534847.
HSL color Cylindrical-coordinate representation of color #BFC8DD: hue angle of 222º 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 #BFC8DD is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 200 | 221 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.13 |
| HSL | 222º | 0.31% | 0.81% | - |
| HSV(B) | 222º | 0.14% | 0.87% | - |
| XYZ | 55.19 | 57.61 | 76.62 | - |
| YUV | 199.7 | 140.02 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 221 | 0.14 | 0.10 | 0 | 0.13 | 222 | 0.31 | 0.81 |
| Hex | BF | C8 | DD | E | A | 0 | D | DE | 1F | 51 |
| Octal | 277 | 310 | 335 | 16 | 12 | 0 | 15 | 336 | 37 | 121 |
| Binary | 10111111 | 11001000 | 11011101 | 1110 | 1010 | 0 | 1101 | 11011110 | 11111 | 1010001 |
Color Harmonies of #BFC8DD
Complementary color
Monochromatic Colors of #BFC8DD
Black with #BFC8DD
Text Example
Text Example
White with #BFC8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC8DD; }
p { color: rgb(191,200,221); }
H1.HeaderClassName
{
color: #BFC8DD;
}
.AnyTagClassName
{
color: #BFC8DD;
}
</style>
background-color css
<style>
a { background-color: #BFC8DD; }
a { background-color: rgb(191,200,221); }
div.DivClassName
{
background-color: #BFC8DD;
}
.BgClassName
{
background-color: #BFC8DD;
}
</style>
border-color css
<style>
span { border-color: #BFC8DD; }
span { border-color: rgb(191,200,221); }
td.TdClassName
{
border-color: #BFC8DD;
}
.TagClassName
{
border-color: #BFC8DD;
}
</style>