Shades of Periwinkle #BEC6E6
Tints of Periwinkle #BEC6E6
RGB
CMYK
RGB Variations
Color information
#BEC6E6 (or 0xBEC6E6) is known color: Periwinkle. HEX triplet: BE, C6 and E6. RGB value is (190,198,230). Sum of RGB (Red+Green+Blue) = 190+198+230=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 198 (77.73% from 255 or 32.04% from 618); Blue value is 230 (90.23% from 255 or 37.22% from 618); Max value from RGB is 230 - color contains mainly: blue. Hex color #BEC6E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC6E6 is #413919. Grayscale: #C7C7C7. Windows color (decimal): -4274458 or 15124158. OLE color: 15124158.
HSL color Cylindrical-coordinate representation of color #BEC6E6: hue angle of 228º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEC6E6 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 198 | 230 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.10 |
| HSL | 228º | 0.44% | 0.82% | - |
| HSV(B) | 228º | 0.17% | 0.9% | - |
| XYZ | 55.71 | 57.05 | 82.94 | - |
| YUV | 199.26 | 145.35 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 198 | 230 | 0.17 | 0.14 | 0 | 0.10 | 228 | 0.44 | 0.82 |
| Hex | BE | C6 | E6 | 11 | E | 0 | A | E4 | 2C | 52 |
| Octal | 276 | 306 | 346 | 21 | 16 | 0 | 12 | 344 | 54 | 122 |
| Binary | 10111110 | 11000110 | 11100110 | 10001 | 1110 | 0 | 1010 | 11100100 | 101100 | 1010010 |
Color Harmonies of #BEC6E6
Complementary color
Monochromatic Colors of #BEC6E6
Black with #BEC6E6
Text Example
Text Example
White with #BEC6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC6E6; }
p { color: rgb(190,198,230); }
H1.HeaderClassName
{
color: #BEC6E6;
}
.AnyTagClassName
{
color: #BEC6E6;
}
</style>
background-color css
<style>
a { background-color: #BEC6E6; }
a { background-color: rgb(190,198,230); }
div.DivClassName
{
background-color: #BEC6E6;
}
.BgClassName
{
background-color: #BEC6E6;
}
</style>
border-color css
<style>
span { border-color: #BEC6E6; }
span { border-color: rgb(190,198,230); }
td.TdClassName
{
border-color: #BEC6E6;
}
.TagClassName
{
border-color: #BEC6E6;
}
</style>