#BEBDFA

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

Shades of Lavender Blue #BEBDFA

Tints of Lavender Blue #BEBDFA

Color information

#BEBDFA (or 0xBEBDFA) is unknown color: approx Lavender Blue. HEX triplet: BE, BD and FA. RGB value is (190,189,250). Sum of RGB (Red+Green+Blue) = 190+189+250=629 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.21% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEBDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBDFA is #414205. Grayscale: #C4C4C4. Windows color (decimal): -4276742 or 16432574. OLE color: 16432574.

HSL color Cylindrical-coordinate representation of color #BEBDFA: hue angle of 240.98º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEBDFA is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190189250-
CMYK0.240.2400.02
HSL240.98º85.92%86.08%-
HSV(B)240.98º24.4%98.04%-
XYZ56.6954.2497.92-
YUV196.25158.33123.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.21%
GREEN value IS 189 (74.22% from 255) = 30.05%
BLUE value IS 250 (98.05% from 255) = 39.75%
R=30.21%
G=30.05%
B=39.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1901892500.240.2400.02240.9885.9286.08
HexBEBDFA181802f15656
Octal276275372303002361126126
Binary10111110101111011111101011000110000101111000110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBDFA; }

 p { color: rgb(190,189,250); }

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

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

 a { background-color: rgb(190,189,250); }

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

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

 span { border-color: rgb(190,189,250); }

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