#BEC1EA

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

Shades of Periwinkle #BEC1EA

Tints of Periwinkle #BEC1EA

Color information

#BEC1EA (or 0xBEC1EA) is unknown color: approx Periwinkle. HEX triplet: BE, C1 and EA. RGB value is (190,193,234). Sum of RGB (Red+Green+Blue) = 190+193+234=617 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.79% from 617); Green value is 193 (75.78% from 255 or 31.28% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEC1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC1EA is #413E15. Grayscale: #C4C4C4. Windows color (decimal): -4275734 or 15385022. OLE color: 15385022.

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

Color convert

RGB190193234-
CMYK0.190.1800.08
HSL235.91º51.16%83.14%-
HSV(B)235.91º18.8%91.76%-
XYZ55.1655.0385.56-
YUV196.78149.01123.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.79%
GREEN value IS 193 (75.78% from 255) = 31.28%
BLUE value IS 234 (91.80% from 255) = 37.93%
R=30.79%
G=31.28%
B=37.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1901932340.190.1800.08235.9151.1683.14
HexBEC1EA131208ec3353
Octal276301352232201035463123
Binary101111101100000111101010100111001001000111011001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC1EA; }

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

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

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

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

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

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

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

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