#BEC7F1

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

Shades of Periwinkle #BEC7F1

Tints of Periwinkle #BEC7F1

Color information

#BEC7F1 (or 0xBEC7F1) is unknown color: approx Periwinkle. HEX triplet: BE, C7 and F1. RGB value is (190,199,241). Sum of RGB (Red+Green+Blue) = 190+199+241=630 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.16% from 630); Green value is 199 (78.12% from 255 or 31.59% from 630); Blue value is 241 (94.53% from 255 or 38.25% from 630); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEC7F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC7F1 is #41380E. Grayscale: #C8C8C8. Windows color (decimal): -4274191 or 15845310. OLE color: 15845310.

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

Color convert

RGB190199241-
CMYK0.210.1700.05
HSL229.41º64.56%84.51%-
HSV(B)229.41º21.16%94.51%-
XYZ57.5458.1491.41-
YUV201.1150.52120.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.16%
GREEN value IS 199 (78.12% from 255) = 31.59%
BLUE value IS 241 (94.53% from 255) = 38.25%
R=30.16%
G=31.59%
B=38.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901992410.210.1700.05229.4164.5684.51
HexBEC7F1151105e54155
Octal276307361252105345101125
Binary101111101100011111110001101011000101011110010110000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC7F1; }

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

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

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

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

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

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

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

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