#BEC6F1

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

Shades of Periwinkle #BEC6F1

Tints of Periwinkle #BEC6F1

Color information

#BEC6F1 (or 0xBEC6F1) is unknown color: approx Periwinkle. HEX triplet: BE, C6 and F1. RGB value is (190,198,241). Sum of RGB (Red+Green+Blue) = 190+198+241=629 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.21% from 629); Green value is 198 (77.73% from 255 or 31.48% from 629); Blue value is 241 (94.53% from 255 or 38.31% from 629); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEC6F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC6F1 is #41390E. Grayscale: #C8C8C8. Windows color (decimal): -4274447 or 15845054. OLE color: 15845054.

HSL color Cylindrical-coordinate representation of color #BEC6F1: hue angle of 230.59º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEC6F1 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB190198241-
CMYK0.210.1800.05
HSL230.59º64.56%84.51%-
HSV(B)230.59º21.16%94.51%-
XYZ57.3157.6991.33-
YUV200.51150.85120.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.21%
GREEN value IS 198 (77.73% from 255) = 31.48%
BLUE value IS 241 (94.53% from 255) = 38.31%
R=30.21%
G=31.48%
B=38.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901982410.210.1800.05230.5964.5684.51
HexBEC6F1151205e74155
Octal276306361252205347101125
Binary101111101100011011110001101011001001011110011110000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC6F1; }

 p { color: rgb(190,198,241); }

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

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

 a { background-color: rgb(190,198,241); }

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

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

 span { border-color: rgb(190,198,241); }

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