Shades of Periwinkle #BEC3EE
Tints of Periwinkle #BEC3EE
RGB
CMYK
RGB Variations
Color information
#BEC3EE (or 0xBEC3EE) is known color: Periwinkle. HEX triplet: BE, C3 and EE. RGB value is (190,195,238). Sum of RGB (Red+Green+Blue) = 190+195+238=623 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.50% from 623); Green value is 195 (76.56% from 255 or 31.30% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEC3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC3EE is #413C11. Grayscale: #C6C6C6. Windows color (decimal): -4275218 or 15647678. OLE color: 15647678.
HSL color Cylindrical-coordinate representation of color #BEC3EE: hue angle of 233.75º degrees, saturation: 0.59, 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 #BEC3EE is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 195 | 238 | - |
| CMYK | 0.20 | 0.18 | 0 | 0.07 |
| HSL | 233.75º | 0.59% | 0.84% | - |
| HSV(B) | 233.75º | 0.2% | 0.93% | - |
| XYZ | 56.18 | 56.15 | 88.77 | - |
| YUV | 198.41 | 150.34 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 195 | 238 | 0.20 | 0.18 | 0 | 0.07 | 233.75 | 0.59 | 0.84 |
| Hex | BE | C3 | EE | 14 | 12 | 0 | 7 | EA | 3B | 54 |
| Octal | 276 | 303 | 356 | 24 | 22 | 0 | 7 | 352 | 73 | 124 |
| Binary | 10111110 | 11000011 | 11101110 | 10100 | 10010 | 0 | 111 | 11101010 | 111011 | 1010100 |
Color Harmonies of #BEC3EE
Complementary color
Monochromatic Colors of #BEC3EE
Black with #BEC3EE
Text Example
Text Example
White with #BEC3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC3EE; }
p { color: rgb(190,195,238); }
H1.HeaderClassName
{
color: #BEC3EE;
}
.AnyTagClassName
{
color: #BEC3EE;
}
</style>
background-color css
<style>
a { background-color: #BEC3EE; }
a { background-color: rgb(190,195,238); }
div.DivClassName
{
background-color: #BEC3EE;
}
.BgClassName
{
background-color: #BEC3EE;
}
</style>
border-color css
<style>
span { border-color: #BEC3EE; }
span { border-color: rgb(190,195,238); }
td.TdClassName
{
border-color: #BEC3EE;
}
.TagClassName
{
border-color: #BEC3EE;
}
</style>