#BEC2EC

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

Shades of Periwinkle #BEC2EC

Tints of Periwinkle #BEC2EC

Color information

#BEC2EC (or 0xBEC2EC) is unknown color: approx Periwinkle. HEX triplet: BE, C2 and EC. RGB value is (190,194,236). Sum of RGB (Red+Green+Blue) = 190+194+236=620 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.65% from 620); Green value is 194 (76.17% from 255 or 31.29% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEC2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC2EC is #413D13. Grayscale: #C5C5C5. Windows color (decimal): -4275476 or 15516350. OLE color: 15516350.

HSL color Cylindrical-coordinate representation of color #BEC2EC: hue angle of 234.78º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEC2EC is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190194236-
CMYK0.190.1800.07
HSL234.78º54.76%83.53%-
HSV(B)234.78º19.49%92.55%-
XYZ55.6755.5987.15-
YUV197.59149.67122.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.65%
GREEN value IS 194 (76.17% from 255) = 31.29%
BLUE value IS 236 (92.58% from 255) = 38.06%
R=30.65%
G=31.29%
B=38.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901942360.190.1800.07234.7854.7683.53
HexBEC2EC131207eb3754
Octal27630235423220735367124
Binary10111110110000101110110010011100100111111010111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC2EC; }

 p { color: rgb(190,194,236); }

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

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

 a { background-color: rgb(190,194,236); }

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

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

 span { border-color: rgb(190,194,236); }

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