#BEC4E5

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

Shades of Periwinkle #BEC4E5

Tints of Periwinkle #BEC4E5

Color information

#BEC4E5 (or 0xBEC4E5) is unknown color: approx Periwinkle. HEX triplet: BE, C4 and E5. RGB value is (190,196,229). Sum of RGB (Red+Green+Blue) = 190+196+229=615 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.89% from 615); Green value is 196 (76.95% from 255 or 31.87% from 615); Blue value is 229 (89.84% from 255 or 37.24% from 615); Max value from RGB is 229 - color contains mainly: blue. Hex color #BEC4E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC4E5 is #413B1A. Grayscale: #C5C5C5. Windows color (decimal): -4274971 or 15058110. OLE color: 15058110.

HSL color Cylindrical-coordinate representation of color #BEC4E5: hue angle of 230.77º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEC4E5 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB190196229-
CMYK0.170.1400.10
HSL230.77º42.86%82.16%-
HSV(B)230.77º17.03%89.8%-
XYZ55.1256.0882.05-
YUV197.97145.51122.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.89%
GREEN value IS 196 (76.95% from 255) = 31.87%
BLUE value IS 229 (89.84% from 255) = 37.24%
R=30.89%
G=31.87%
B=37.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1901962290.170.1400.10230.7742.8682.16
HexBEC4E511E0Ae72b52
Octal276304345211601234753122
Binary10111110110001001110010110001111001010111001111010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC4E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC4E5; }

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

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

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

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

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

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

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

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