#BEC3E4

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

Shades of Periwinkle #BEC3E4

Tints of Periwinkle #BEC3E4

Color information

#BEC3E4 (or 0xBEC3E4) is unknown color: approx Periwinkle. HEX triplet: BE, C3 and E4. RGB value is (190,195,228). Sum of RGB (Red+Green+Blue) = 190+195+228=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 195 (76.56% from 255 or 31.81% from 613); Blue value is 228 (89.45% from 255 or 37.19% from 613); Max value from RGB is 228 - color contains mainly: blue. Hex color #BEC3E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC3E4 is #413C1B. Grayscale: #C5C5C5. Windows color (decimal): -4275228 or 14992318. OLE color: 14992318.

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

Color convert

RGB190195228-
CMYK0.170.1400.11
HSL232.11º41.3%81.96%-
HSV(B)232.11º16.67%89.41%-
XYZ54.7555.5881.24-
YUV197.27145.34122.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.00%
GREEN value IS 195 (76.56% from 255) = 31.81%
BLUE value IS 228 (89.45% from 255) = 37.19%
R=31.00%
G=31.81%
B=37.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1901952280.170.1400.11232.1141.381.96
HexBEC3E411E0Be82952
Octal276303344211601335051122
Binary10111110110000111110010010001111001011111010001010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC3E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC3E4; }

 p { color: rgb(190,195,228); }

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

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

 a { background-color: rgb(190,195,228); }

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

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

 span { border-color: rgb(190,195,228); }

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