#BEC5EA

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

Shades of Periwinkle #BEC5EA

Tints of Periwinkle #BEC5EA

Color information

#BEC5EA (or 0xBEC5EA) is unknown color: approx Periwinkle. HEX triplet: BE, C5 and EA. RGB value is (190,197,234). Sum of RGB (Red+Green+Blue) = 190+197+234=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 197 (77.34% from 255 or 31.72% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEC5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC5EA is #413A15. Grayscale: #C6C6C6. Windows color (decimal): -4274710 or 15386046. OLE color: 15386046.

HSL color Cylindrical-coordinate representation of color #BEC5EA: hue angle of 230.45º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEC5EA is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190197234-
CMYK0.190.1600.08
HSL230.45º51.16%83.14%-
HSV(B)230.45º18.8%91.76%-
XYZ56.0556.8285.85-
YUV199.12147.68121.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.60%
GREEN value IS 197 (77.34% from 255) = 31.72%
BLUE value IS 234 (91.80% from 255) = 37.68%
R=30.60%
G=31.72%
B=37.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1901972340.190.1600.08230.4551.1683.14
HexBEC5EA131008e63353
Octal276305352232001034663123
Binary101111101100010111101010100111000001000111001101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC5EA; }

 p { color: rgb(190,197,234); }

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

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

 a { background-color: rgb(190,197,234); }

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

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

 span { border-color: rgb(190,197,234); }

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