Shades of Periwinkle #BEC3ED
Tints of Periwinkle #BEC3ED
RGB
CMYK
RGB Variations
Color information
#BEC3ED (or 0xBEC3ED) is known color: Periwinkle. HEX triplet: BE, C3 and ED. RGB value is (190,195,237). Sum of RGB (Red+Green+Blue) = 190+195+237=622 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.55% from 622); Green value is 195 (76.56% from 255 or 31.35% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 237 - color contains mainly: blue. Hex color #BEC3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC3ED is #413C12. Grayscale: #C6C6C6. Windows color (decimal): -4275219 or 15582142. OLE color: 15582142.
HSL color Cylindrical-coordinate representation of color #BEC3ED: hue angle of 233.62º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEC3ED is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 195 | 237 | - |
| CMYK | 0.20 | 0.18 | 0 | 0.07 |
| HSL | 233.62º | 0.57% | 0.84% | - |
| HSV(B) | 233.62º | 0.2% | 0.93% | - |
| XYZ | 56.04 | 56.09 | 87.99 | - |
| YUV | 198.29 | 149.84 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 195 | 237 | 0.20 | 0.18 | 0 | 0.07 | 233.62 | 0.57 | 0.84 |
| Hex | BE | C3 | ED | 14 | 12 | 0 | 7 | EA | 39 | 54 |
| Octal | 276 | 303 | 355 | 24 | 22 | 0 | 7 | 352 | 71 | 124 |
| Binary | 10111110 | 11000011 | 11101101 | 10100 | 10010 | 0 | 111 | 11101010 | 111001 | 1010100 |
Color Harmonies of #BEC3ED
Complementary color
Monochromatic Colors of #BEC3ED
Black with #BEC3ED
Text Example
Text Example
White with #BEC3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC3ED; }
p { color: rgb(190,195,237); }
H1.HeaderClassName
{
color: #BEC3ED;
}
.AnyTagClassName
{
color: #BEC3ED;
}
</style>
background-color css
<style>
a { background-color: #BEC3ED; }
a { background-color: rgb(190,195,237); }
div.DivClassName
{
background-color: #BEC3ED;
}
.BgClassName
{
background-color: #BEC3ED;
}
</style>
border-color css
<style>
span { border-color: #BEC3ED; }
span { border-color: rgb(190,195,237); }
td.TdClassName
{
border-color: #BEC3ED;
}
.TagClassName
{
border-color: #BEC3ED;
}
</style>