#BDBEFA

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

Shades of Lavender Blue #BDBEFA

Tints of Lavender Blue #BDBEFA

Color information

#BDBEFA (or 0xBDBEFA) is unknown color: approx Lavender Blue. HEX triplet: BD, BE and FA. RGB value is (189,190,250). Sum of RGB (Red+Green+Blue) = 189+190+250=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 190 (74.61% from 255 or 30.21% 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 #BDBEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBEFA is #424105. Grayscale: #C4C4C4. Windows color (decimal): -4342022 or 16432829. OLE color: 16432829.

HSL color Cylindrical-coordinate representation of color #BDBEFA: hue angle of 239.02º 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 #BDBEFA is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189190250-
CMYK0.240.2400.02
HSL239.02º85.92%86.08%-
HSV(B)239.02º24.4%98.04%-
XYZ56.6654.5597.99-
YUV196.54158.17122.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.05%
GREEN value IS 190 (74.61% from 255) = 30.21%
BLUE value IS 250 (98.05% from 255) = 39.75%
R=30.05%
G=30.21%
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
Decimal1891902500.240.2400.02239.0285.9286.08
HexBDBEFA181802ef5656
Octal275276372303002357126126
Binary10111101101111101111101011000110000101110111110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBEFA; }

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

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

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

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

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

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

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

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