#BEB3FC

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

Shades of Lavender Blue #BEB3FC

Tints of Lavender Blue #BEB3FC

Color information

#BEB3FC (or 0xBEB3FC) is unknown color: approx Lavender Blue. HEX triplet: BE, B3 and FC. RGB value is (190,179,252). Sum of RGB (Red+Green+Blue) = 190+179+252=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 179 (70.31% from 255 or 28.82% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 252 - color contains mainly: blue. Hex color #BEB3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB3FC is #414C03. Grayscale: #BEBEBE. Windows color (decimal): -4279300 or 16561086. OLE color: 16561086.

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

Color convert

RGB190179252-
CMYK0.250.2900.01
HSL249.04º92.41%84.51%-
HSV(B)249.04º28.97%98.82%-
XYZ54.9350.2298.89-
YUV190.61162.64127.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.60%
GREEN value IS 179 (70.31% from 255) = 28.82%
BLUE value IS 252 (98.83% from 255) = 40.58%
R=30.60%
G=28.82%
B=40.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1901792520.250.2900.01249.0492.4184.51
HexBEB3FC191D01f95c55
Octal276263374313501371134125
Binary1011111010110011111111001100111101011111100110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB3FC; }

 p { color: rgb(190,179,252); }

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

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

 a { background-color: rgb(190,179,252); }

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

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

 span { border-color: rgb(190,179,252); }

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