#BEC2F0

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

Shades of Periwinkle #BEC2F0

Tints of Periwinkle #BEC2F0

Color information

#BEC2F0 (or 0xBEC2F0) is unknown color: approx Periwinkle. HEX triplet: BE, C2 and F0. RGB value is (190,194,240). Sum of RGB (Red+Green+Blue) = 190+194+240=624 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.45% from 624); Green value is 194 (76.17% from 255 or 31.09% from 624); Blue value is 240 (94.14% from 255 or 38.46% from 624); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEC2F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC2F0 is #413D0F. Grayscale: #C5C5C5. Windows color (decimal): -4275472 or 15778494. OLE color: 15778494.

HSL color Cylindrical-coordinate representation of color #BEC2F0: hue angle of 235.2º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEC2F0 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB190194240-
CMYK0.210.1900.06
HSL235.2º62.5%84.31%-
HSV(B)235.2º20.83%94.12%-
XYZ56.2655.8290.25-
YUV198.05151.67122.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.45%
GREEN value IS 194 (76.17% from 255) = 31.09%
BLUE value IS 240 (94.14% from 255) = 38.46%
R=30.45%
G=31.09%
B=38.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1901942400.210.1900.06235.262.584.31
HexBEC2F0151306eb3e54
Octal27630236025230635376124
Binary10111110110000101111000010101100110110111010111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC2F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC2F0; }

 p { color: rgb(190,194,240); }

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

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

 a { background-color: rgb(190,194,240); }

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

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

 span { border-color: rgb(190,194,240); }

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