#BEC4EA

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

Shades of Periwinkle #BEC4EA

Tints of Periwinkle #BEC4EA

Color information

#BEC4EA (or 0xBEC4EA) is unknown color: approx Periwinkle. HEX triplet: BE, C4 and EA. RGB value is (190,196,234). Sum of RGB (Red+Green+Blue) = 190+196+234=620 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.65% from 620); Green value is 196 (76.95% from 255 or 31.61% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEC4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC4EA is #413B15. Grayscale: #C6C6C6. Windows color (decimal): -4274966 or 15385790. OLE color: 15385790.

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

Color convert

RGB190196234-
CMYK0.190.1600.08
HSL231.82º51.16%83.14%-
HSV(B)231.82º18.8%91.76%-
XYZ55.8356.3785.78-
YUV198.54148.01121.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.65%
GREEN value IS 196 (76.95% from 255) = 31.61%
BLUE value IS 234 (91.80% from 255) = 37.74%
R=30.65%
G=31.61%
B=37.74%

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
Decimal1901962340.190.1600.08231.8251.1683.14
HexBEC4EA131008e83353
Octal276304352232001035063123
Binary101111101100010011101010100111000001000111010001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC4EA; }

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

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

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

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

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

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

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

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