#BEC4EE

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

Shades of Periwinkle #BEC4EE

Tints of Periwinkle #BEC4EE

Color information

#BEC4EE (or 0xBEC4EE) is unknown color: approx Periwinkle. HEX triplet: BE, C4 and EE. RGB value is (190,196,238). Sum of RGB (Red+Green+Blue) = 190+196+238=624 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.45% from 624); Green value is 196 (76.95% from 255 or 31.41% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEC4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC4EE is #413B11. Grayscale: #C6C6C6. Windows color (decimal): -4274962 or 15647934. OLE color: 15647934.

HSL color Cylindrical-coordinate representation of color #BEC4EE: hue angle of 232.5º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEC4EE is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190196238-
CMYK0.200.1800.07
HSL232.5º58.54%83.92%-
HSV(B)232.5º20.17%93.33%-
XYZ56.4156.688.84-
YUV198.99150.01121.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.45%
GREEN value IS 196 (76.95% from 255) = 31.41%
BLUE value IS 238 (93.36% from 255) = 38.14%
R=30.45%
G=31.41%
B=38.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901962380.200.1800.07232.558.5483.92
HexBEC4EE141207e83b54
Octal27630435624220735073124
Binary10111110110001001110111010100100100111111010001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC4EE; }

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

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

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

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

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

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

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

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