#BEC4E3

Color #BEC4E3 Periwinkle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Periwinkle #BEC4E3

Tints of Periwinkle #BEC4E3

Color information

#BEC4E3 (or 0xBEC4E3) is unknown color: approx Periwinkle. HEX triplet: BE, C4 and E3. RGB value is (190,196,227). Sum of RGB (Red+Green+Blue) = 190+196+227=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 196 (76.95% from 255 or 31.97% from 613); Blue value is 227 (89.06% from 255 or 37.03% from 613); Max value from RGB is 227 - color contains mainly: blue. Hex color #BEC4E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC4E3 is #413B1C. Grayscale: #C5C5C5. Windows color (decimal): -4274973 or 14927038. OLE color: 14927038.

HSL color Cylindrical-coordinate representation of color #BEC4E3: hue angle of 230.27º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEC4E3 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB190196227-
CMYK0.160.1400.11
HSL230.27º39.78%81.76%-
HSV(B)230.27º16.3%89.02%-
XYZ54.8455.9780.59-
YUV197.74144.51122.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 31.00%
GREEN value IS 196 (76.95% from 255) = 31.97%
BLUE value IS 227 (89.06% from 255) = 37.03%
R=31.00%
G=31.97%
B=37.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1901962270.160.1400.11230.2739.7881.76
HexBEC4E310E0Be62852
Octal276304343201601334650122
Binary10111110110001001110001110000111001011111001101010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC4E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC4E3; }

 p { color: rgb(190,196,227); }

 H1.HeaderClassName
 {
   color: #BEC4E3;
 }
 .AnyTagClassName
 {
   color: #BEC4E3;
 }
</style>
background-color css

<style>
 a { background-color: #BEC4E3; }

 a { background-color: rgb(190,196,227); }

 div.DivClassName
 {
   background-color: #BEC4E3;
 }
 .BgClassName
 {
   background-color: #BEC4E3;
 }
</style>
border-color css

<style>
 span { border-color: #BEC4E3; }

 span { border-color: rgb(190,196,227); }

 td.TdClassName
 {
   border-color: #BEC4E3;
 }
 .TagClassName
 {
   border-color: #BEC4E3;
 }
</style>