#BEC3EC

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

Shades of Periwinkle #BEC3EC

Tints of Periwinkle #BEC3EC

Color information

#BEC3EC (or 0xBEC3EC) is unknown color: approx Periwinkle. HEX triplet: BE, C3 and EC. RGB value is (190,195,236). Sum of RGB (Red+Green+Blue) = 190+195+236=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 195 (76.56% from 255 or 31.40% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEC3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC3EC is #413C13. Grayscale: #C6C6C6. Windows color (decimal): -4275220 or 15516606. OLE color: 15516606.

HSL color Cylindrical-coordinate representation of color #BEC3EC: hue angle of 233.48º 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 #BEC3EC is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190195236-
CMYK0.190.1700.07
HSL233.48º54.76%83.53%-
HSV(B)233.48º19.49%92.55%-
XYZ55.8956.0387.23-
YUV198.18149.34122.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.60%
GREEN value IS 195 (76.56% from 255) = 31.40%
BLUE value IS 236 (92.58% from 255) = 38.00%
R=30.60%
G=31.40%
B=38.00%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901952360.190.1700.07233.4854.7683.53
HexBEC3EC131107e93754
Octal27630335423210735167124
Binary10111110110000111110110010011100010111111010011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC3EC; }

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

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

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

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

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

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

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

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