#BEC6E1

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

Shades of Periwinkle #BEC6E1

Tints of Periwinkle #BEC6E1

Color information

#BEC6E1 (or 0xBEC6E1) is unknown color: approx Periwinkle. HEX triplet: BE, C6 and E1. RGB value is (190,198,225). Sum of RGB (Red+Green+Blue) = 190+198+225=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 198 (77.73% from 255 or 32.30% from 613); Blue value is 225 (88.28% from 255 or 36.70% from 613); Max value from RGB is 225 - color contains mainly: blue. Hex color #BEC6E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC6E1 is #41391E. Grayscale: #C6C6C6. Windows color (decimal): -4274463 or 14796478. OLE color: 14796478.

HSL color Cylindrical-coordinate representation of color #BEC6E1: hue angle of 226.29º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEC6E1 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB190198225-
CMYK0.160.1200.12
HSL226.29º36.84%81.37%-
HSV(B)226.29º15.56%88.24%-
XYZ55.0256.7779.29-
YUV198.69142.85121.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.00%
GREEN value IS 198 (77.73% from 255) = 32.30%
BLUE value IS 225 (88.28% from 255) = 36.70%
R=31.00%
G=32.30%
B=36.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1901982250.160.1200.12226.2936.8481.37
HexBEC6E110C0Ce22551
Octal276306341201401434245121
Binary10111110110001101110000110000110001100111000101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC6E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC6E1; }

 p { color: rgb(190,198,225); }

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

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

 a { background-color: rgb(190,198,225); }

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

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

 span { border-color: rgb(190,198,225); }

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