#BEC6FD

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

Shades of Lavender Blue #BEC6FD

Tints of Lavender Blue #BEC6FD

Color information

#BEC6FD (or 0xBEC6FD) is unknown color: approx Lavender Blue. HEX triplet: BE, C6 and FD. RGB value is (190,198,253). Sum of RGB (Red+Green+Blue) = 190+198+253=641 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.64% from 641); Green value is 198 (77.73% from 255 or 30.89% from 641); Blue value is 253 (99.22% from 255 or 39.47% from 641); Max value from RGB is 253 - color contains mainly: blue. Hex color #BEC6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC6FD is #413902. Grayscale: #C9C9C9. Windows color (decimal): -4274435 or 16631486. OLE color: 16631486.

HSL color Cylindrical-coordinate representation of color #BEC6FD: hue angle of 232.38º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEC6FD is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB190198253-
CMYK0.250.2200.01
HSL232.38º94.03%86.86%-
HSV(B)232.38º24.9%99.22%-
XYZ59.1658.43101.09-
YUV201.88156.85119.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.64%
GREEN value IS 198 (77.73% from 255) = 30.89%
BLUE value IS 253 (99.22% from 255) = 39.47%
R=29.64%
G=30.89%
B=39.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1901982530.250.2200.01232.3894.0386.86
HexBEC6FD191601e85e57
Octal276306375312601350136127
Binary1011111011000110111111011100110110011110100010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC6FD; }

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

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

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

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

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

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

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

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