Shades of Periwinkle #BEC6DE
Tints of Periwinkle #BEC6DE
RGB
CMYK
RGB Variations
Color information
#BEC6DE (or 0xBEC6DE) is known color: Periwinkle. HEX triplet: BE, C6 and DE. RGB value is (190,198,222). Sum of RGB (Red+Green+Blue) = 190+198+222=610 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.15% from 610); Green value is 198 (77.73% from 255 or 32.46% from 610); Blue value is 222 (87.11% from 255 or 36.39% from 610); Max value from RGB is 222 - color contains mainly: blue. Hex color #BEC6DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC6DE is #413921. Grayscale: #C6C6C6. Windows color (decimal): -4274466 or 14599870. OLE color: 14599870.
HSL color Cylindrical-coordinate representation of color #BEC6DE: hue angle of 225º degrees, saturation: 0.33, 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 #BEC6DE is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 198 | 222 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.13 |
| HSL | 225º | 0.33% | 0.81% | - |
| HSV(B) | 225º | 0.14% | 0.87% | - |
| XYZ | 54.61 | 56.61 | 77.16 | - |
| YUV | 198.34 | 141.35 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 198 | 222 | 0.14 | 0.11 | 0 | 0.13 | 225 | 0.33 | 0.81 |
| Hex | BE | C6 | DE | E | B | 0 | D | E1 | 21 | 51 |
| Octal | 276 | 306 | 336 | 16 | 13 | 0 | 15 | 341 | 41 | 121 |
| Binary | 10111110 | 11000110 | 11011110 | 1110 | 1011 | 0 | 1101 | 11100001 | 100001 | 1010001 |
Color Harmonies of #BEC6DE
Complementary color
Monochromatic Colors of #BEC6DE
Black with #BEC6DE
Text Example
Text Example
White with #BEC6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC6DE; }
p { color: rgb(190,198,222); }
H1.HeaderClassName
{
color: #BEC6DE;
}
.AnyTagClassName
{
color: #BEC6DE;
}
</style>
background-color css
<style>
a { background-color: #BEC6DE; }
a { background-color: rgb(190,198,222); }
div.DivClassName
{
background-color: #BEC6DE;
}
.BgClassName
{
background-color: #BEC6DE;
}
</style>
border-color css
<style>
span { border-color: #BEC6DE; }
span { border-color: rgb(190,198,222); }
td.TdClassName
{
border-color: #BEC6DE;
}
.TagClassName
{
border-color: #BEC6DE;
}
</style>