Shades of Periwinkle #BEC6DD
Tints of Periwinkle #BEC6DD
RGB
CMYK
RGB Variations
Color information
#BEC6DD (or 0xBEC6DD) is known color: Periwinkle. HEX triplet: BE, C6 and DD. RGB value is (190,198,221). Sum of RGB (Red+Green+Blue) = 190+198+221=609 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.20% from 609); Green value is 198 (77.73% from 255 or 32.51% 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 #BEC6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC6DD is #413922. Grayscale: #C6C6C6. Windows color (decimal): -4274467 or 14534334. OLE color: 14534334.
HSL color Cylindrical-coordinate representation of color #BEC6DD: hue angle of 224.52º 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 #BEC6DD is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 198 | 221 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.13 |
| HSL | 224.52º | 0.31% | 0.81% | - |
| HSV(B) | 224.52º | 0.14% | 0.87% | - |
| XYZ | 54.48 | 56.56 | 76.45 | - |
| YUV | 198.23 | 140.85 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 198 | 221 | 0.14 | 0.10 | 0 | 0.13 | 224.52 | 0.31 | 0.81 |
| Hex | BE | C6 | DD | E | A | 0 | D | E1 | 1F | 51 |
| Octal | 276 | 306 | 335 | 16 | 12 | 0 | 15 | 341 | 37 | 121 |
| Binary | 10111110 | 11000110 | 11011101 | 1110 | 1010 | 0 | 1101 | 11100001 | 11111 | 1010001 |
Color Harmonies of #BEC6DD
Complementary color
Monochromatic Colors of #BEC6DD
Black with #BEC6DD
Text Example
Text Example
White with #BEC6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC6DD; }
p { color: rgb(190,198,221); }
H1.HeaderClassName
{
color: #BEC6DD;
}
.AnyTagClassName
{
color: #BEC6DD;
}
</style>
background-color css
<style>
a { background-color: #BEC6DD; }
a { background-color: rgb(190,198,221); }
div.DivClassName
{
background-color: #BEC6DD;
}
.BgClassName
{
background-color: #BEC6DD;
}
</style>
border-color css
<style>
span { border-color: #BEC6DD; }
span { border-color: rgb(190,198,221); }
td.TdClassName
{
border-color: #BEC6DD;
}
.TagClassName
{
border-color: #BEC6DD;
}
</style>