#BEC1EC

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

Shades of Periwinkle #BEC1EC

Tints of Periwinkle #BEC1EC

Color information

#BEC1EC (or 0xBEC1EC) is unknown color: approx Periwinkle. HEX triplet: BE, C1 and EC. RGB value is (190,193,236). Sum of RGB (Red+Green+Blue) = 190+193+236=619 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.69% from 619); Green value is 193 (75.78% from 255 or 31.18% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEC1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC1EC is #413E13. Grayscale: #C4C4C4. Windows color (decimal): -4275732 or 15516094. OLE color: 15516094.

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

Color convert

RGB190193236-
CMYK0.190.1800.07
HSL236.09º54.76%83.53%-
HSV(B)236.09º19.49%92.55%-
XYZ55.4555.1487.08-
YUV197150.01123-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.69%
GREEN value IS 193 (75.78% from 255) = 31.18%
BLUE value IS 236 (92.58% from 255) = 38.13%
R=30.69%
G=31.18%
B=38.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901932360.190.1800.07236.0954.7683.53
HexBEC1EC131207ec3754
Octal27630135423220735467124
Binary10111110110000011110110010011100100111111011001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC1EC; }

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

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

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

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

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

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

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

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