Shades of Periwinkle #BFD1E6
Tints of Periwinkle #BFD1E6
RGB
CMYK
RGB Variations
Color information
#BFD1E6 (or 0xBFD1E6) is known color: Periwinkle. HEX triplet: BF, D1 and E6. RGB value is (191,209,230). Sum of RGB (Red+Green+Blue) = 191+209+230=630 (83% of max value = 765). Red value is 191 (75% from 255 or 30.32% from 630); Green value is 209 (82.03% from 255 or 33.17% from 630); Blue value is 230 (90.23% from 255 or 36.51% from 630); Max value from RGB is 230 - color contains mainly: blue. Hex color #BFD1E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD1E6 is #402E19. Grayscale: #CDCDCD. Windows color (decimal): -4206106 or 15126975. OLE color: 15126975.
HSL color Cylindrical-coordinate representation of color #BFD1E6: hue angle of 212.31º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFD1E6 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 209 | 230 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.10 |
| HSL | 212.31º | 0.44% | 0.83% | - |
| HSV(B) | 212.31º | 0.17% | 0.9% | - |
| XYZ | 58.57 | 62.39 | 83.82 | - |
| YUV | 206.01 | 141.54 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 209 | 230 | 0.17 | 0.09 | 0 | 0.10 | 212.31 | 0.44 | 0.83 |
| Hex | BF | D1 | E6 | 11 | 9 | 0 | A | D4 | 2C | 53 |
| Octal | 277 | 321 | 346 | 21 | 11 | 0 | 12 | 324 | 54 | 123 |
| Binary | 10111111 | 11010001 | 11100110 | 10001 | 1001 | 0 | 1010 | 11010100 | 101100 | 1010011 |
Color Harmonies of #BFD1E6
Complementary color
Monochromatic Colors of #BFD1E6
Black with #BFD1E6
Text Example
Text Example
White with #BFD1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD1E6; }
p { color: rgb(191,209,230); }
H1.HeaderClassName
{
color: #BFD1E6;
}
.AnyTagClassName
{
color: #BFD1E6;
}
</style>
background-color css
<style>
a { background-color: #BFD1E6; }
a { background-color: rgb(191,209,230); }
div.DivClassName
{
background-color: #BFD1E6;
}
.BgClassName
{
background-color: #BFD1E6;
}
</style>
border-color css
<style>
span { border-color: #BFD1E6; }
span { border-color: rgb(191,209,230); }
td.TdClassName
{
border-color: #BFD1E6;
}
.TagClassName
{
border-color: #BFD1E6;
}
</style>