#BEC5FD

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

Shades of Lavender Blue #BEC5FD

Tints of Lavender Blue #BEC5FD

Color information

#BEC5FD (or 0xBEC5FD) is unknown color: approx Lavender Blue. HEX triplet: BE, C5 and FD. RGB value is (190,197,253). Sum of RGB (Red+Green+Blue) = 190+197+253=640 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.69% from 640); Green value is 197 (77.34% from 255 or 30.78% from 640); Blue value is 253 (99.22% from 255 or 39.53% from 640); Max value from RGB is 253 - color contains mainly: blue. Hex color #BEC5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC5FD is #413A02. Grayscale: #C9C9C9. Windows color (decimal): -4274691 or 16631230. OLE color: 16631230.

HSL color Cylindrical-coordinate representation of color #BEC5FD: hue angle of 233.33º 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 #BEC5FD is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB190197253-
CMYK0.250.2200.01
HSL233.33º94.03%86.86%-
HSV(B)233.33º24.9%99.22%-
XYZ58.9357.97101.01-
YUV201.29157.18119.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.69%
GREEN value IS 197 (77.34% from 255) = 30.78%
BLUE value IS 253 (99.22% from 255) = 39.53%
R=29.69%
G=30.78%
B=39.53%

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
Decimal1901972530.250.2200.01233.3394.0386.86
HexBEC5FD191601e95e57
Octal276305375312601351136127
Binary1011111011000101111111011100110110011110100110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC5FD; }

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

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

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

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

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

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

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

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