#BEC4F0

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

Shades of Periwinkle #BEC4F0

Tints of Periwinkle #BEC4F0

Color information

#BEC4F0 (or 0xBEC4F0) is unknown color: approx Periwinkle. HEX triplet: BE, C4 and F0. RGB value is (190,196,240). Sum of RGB (Red+Green+Blue) = 190+196+240=626 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.35% from 626); Green value is 196 (76.95% from 255 or 31.31% from 626); Blue value is 240 (94.14% from 255 or 38.34% from 626); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEC4F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC4F0 is #413B0F. Grayscale: #C7C7C7. Windows color (decimal): -4274960 or 15779006. OLE color: 15779006.

HSL color Cylindrical-coordinate representation of color #BEC4F0: hue angle of 232.8º 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 #BEC4F0 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB190196240-
CMYK0.210.1800.06
HSL232.8º62.5%84.31%-
HSV(B)232.8º20.83%94.12%-
XYZ56.756.7290.4-
YUV199.22151.01121.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.35%
GREEN value IS 196 (76.95% from 255) = 31.31%
BLUE value IS 240 (94.14% from 255) = 38.34%
R=30.35%
G=31.31%
B=38.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1901962400.210.1800.06232.862.584.31
HexBEC4F0151206e93e54
Octal27630436025220635176124
Binary10111110110001001111000010101100100110111010011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC4F0; }

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

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

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

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

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

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

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

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