Shades of Periwinkle #BEC3DE
Tints of Periwinkle #BEC3DE
RGB
CMYK
RGB Variations
Color information
#BEC3DE (or 0xBEC3DE) is known color: Periwinkle. HEX triplet: BE, C3 and DE. RGB value is (190,195,222). Sum of RGB (Red+Green+Blue) = 190+195+222=607 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.30% from 607); Green value is 195 (76.56% from 255 or 32.13% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 222 - color contains mainly: blue. Hex color #BEC3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC3DE is #413C21. Grayscale: #C4C4C4. Windows color (decimal): -4275234 or 14599102. OLE color: 14599102.
HSL color Cylindrical-coordinate representation of color #BEC3DE: hue angle of 230.62º 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 #BEC3DE is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 195 | 222 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.13 |
| HSL | 230.63º | 0.33% | 0.81% | - |
| HSV(B) | 230.63º | 0.14% | 0.87% | - |
| XYZ | 53.94 | 55.25 | 76.93 | - |
| YUV | 196.58 | 142.34 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 195 | 222 | 0.14 | 0.12 | 0 | 0.13 | 230.63 | 0.33 | 0.81 |
| Hex | BE | C3 | DE | E | C | 0 | D | E7 | 21 | 51 |
| Octal | 276 | 303 | 336 | 16 | 14 | 0 | 15 | 347 | 41 | 121 |
| Binary | 10111110 | 11000011 | 11011110 | 1110 | 1100 | 0 | 1101 | 11100111 | 100001 | 1010001 |
Color Harmonies of #BEC3DE
Complementary color
Monochromatic Colors of #BEC3DE
Black with #BEC3DE
Text Example
Text Example
White with #BEC3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC3DE; }
p { color: rgb(190,195,222); }
H1.HeaderClassName
{
color: #BEC3DE;
}
.AnyTagClassName
{
color: #BEC3DE;
}
</style>
background-color css
<style>
a { background-color: #BEC3DE; }
a { background-color: rgb(190,195,222); }
div.DivClassName
{
background-color: #BEC3DE;
}
.BgClassName
{
background-color: #BEC3DE;
}
</style>
border-color css
<style>
span { border-color: #BEC3DE; }
span { border-color: rgb(190,195,222); }
td.TdClassName
{
border-color: #BEC3DE;
}
.TagClassName
{
border-color: #BEC3DE;
}
</style>