#BEB5FD

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

Shades of Lavender Blue #BEB5FD

Tints of Lavender Blue #BEB5FD

Color information

#BEB5FD (or 0xBEB5FD) is unknown color: approx Lavender Blue. HEX triplet: BE, B5 and FD. RGB value is (190,181,253). Sum of RGB (Red+Green+Blue) = 190+181+253=624 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.45% from 624); Green value is 181 (71.09% from 255 or 29.01% from 624); Blue value is 253 (99.22% from 255 or 40.54% from 624); Max value from RGB is 253 - color contains mainly: blue. Hex color #BEB5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB5FD is #414A02. Grayscale: #BFBFBF. Windows color (decimal): -4278787 or 16627134. OLE color: 16627134.

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

Color convert

RGB190181253-
CMYK0.250.2800.01
HSL247.5º94.74%85.1%-
HSV(B)247.5º28.46%99.22%-
XYZ55.4951.0999.86-
YUV191.9162.48126.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.45%
GREEN value IS 181 (71.09% from 255) = 29.01%
BLUE value IS 253 (99.22% from 255) = 40.54%
R=30.45%
G=29.01%
B=40.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1901812530.250.2800.01247.594.7485.1
HexBEB5FD191C01f85f55
Octal276265375313401370137125
Binary1011111010110101111111011100111100011111100010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB5FD; }

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

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

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

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

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

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

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

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