#BEC7F5

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

Shades of Periwinkle #BEC7F5

Tints of Periwinkle #BEC7F5

Color information

#BEC7F5 (or 0xBEC7F5) is unknown color: approx Periwinkle. HEX triplet: BE, C7 and F5. RGB value is (190,199,245). Sum of RGB (Red+Green+Blue) = 190+199+245=634 (83% of max value = 765). Red value is 190 (74.61% from 255 or 29.97% from 634); Green value is 199 (78.12% from 255 or 31.39% from 634); Blue value is 245 (96.09% from 255 or 38.64% from 634); Max value from RGB is 245 - color contains mainly: blue. Hex color #BEC7F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC7F5 is #41380A. Grayscale: #C9C9C9. Windows color (decimal): -4274187 or 16107454. OLE color: 16107454.

HSL color Cylindrical-coordinate representation of color #BEC7F5: hue angle of 230.18º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEC7F5 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB190199245-
CMYK0.220.1900.04
HSL230.18º73.33%85.29%-
HSV(B)230.18º22.45%96.08%-
XYZ58.1458.3994.59-
YUV201.55152.52119.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.97%
GREEN value IS 199 (78.12% from 255) = 31.39%
BLUE value IS 245 (96.09% from 255) = 38.64%
R=29.97%
G=31.39%
B=38.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1901992450.220.1900.04230.1873.3385.29
HexBEC7F5161304e64955
Octal276307365262304346111125
Binary101111101100011111110101101101001101001110011010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC7F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC7F5; }

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

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

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

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

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

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

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

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