#BEC2EA

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

Shades of Periwinkle #BEC2EA

Tints of Periwinkle #BEC2EA

Color information

#BEC2EA (or 0xBEC2EA) is unknown color: approx Periwinkle. HEX triplet: BE, C2 and EA. RGB value is (190,194,234). Sum of RGB (Red+Green+Blue) = 190+194+234=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 194 (76.17% from 255 or 31.39% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEC2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC2EA is #413D15. Grayscale: #C5C5C5. Windows color (decimal): -4275478 or 15385278. OLE color: 15385278.

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

Color convert

RGB190194234-
CMYK0.190.1700.08
HSL234.55º51.16%83.14%-
HSV(B)234.55º18.8%91.76%-
XYZ55.3855.4785.63-
YUV197.36148.67122.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.74%
GREEN value IS 194 (76.17% from 255) = 31.39%
BLUE value IS 234 (91.80% from 255) = 37.86%
R=30.74%
G=31.39%
B=37.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1901942340.190.1700.08234.5551.1683.14
HexBEC2EA131108eb3353
Octal276302352232101035363123
Binary101111101100001011101010100111000101000111010111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC2EA; }

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

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

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

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

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

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

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

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