#BEB4FD

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

Shades of Lavender Blue #BEB4FD

Tints of Lavender Blue #BEB4FD

Color information

#BEB4FD (or 0xBEB4FD) is unknown color: approx Lavender Blue. HEX triplet: BE, B4 and FD. RGB value is (190,180,253). Sum of RGB (Red+Green+Blue) = 190+180+253=623 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.50% from 623); Green value is 180 (70.70% from 255 or 28.89% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #BEB4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB4FD is #414B02. Grayscale: #BFBFBF. Windows color (decimal): -4279043 or 16626878. OLE color: 16626878.

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

Color convert

RGB190180253-
CMYK0.250.2900.01
HSL248.22º94.81%84.9%-
HSV(B)248.22º28.85%99.22%-
XYZ55.2950.6899.8-
YUV191.31162.81127.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.50%
GREEN value IS 180 (70.70% from 255) = 28.89%
BLUE value IS 253 (99.22% from 255) = 40.61%
R=30.50%
G=28.89%
B=40.61%

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
Decimal1901802530.250.2900.01248.2294.8184.9
HexBEB4FD191D01f85f55
Octal276264375313501370137125
Binary1011111010110100111111011100111101011111100010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB4FD; }

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

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

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

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

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

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

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

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