#BDBEF3

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

Shades of Lavender Blue #BDBEF3

Tints of Lavender Blue #BDBEF3

Color information

#BDBEF3 (or 0xBDBEF3) is unknown color: approx Lavender Blue. HEX triplet: BD, BE and F3. RGB value is (189,190,243). Sum of RGB (Red+Green+Blue) = 189+190+243=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 190 (74.61% from 255 or 30.55% from 622); Blue value is 243 (95.31% from 255 or 39.07% from 622); Max value from RGB is 243 - color contains mainly: blue. Hex color #BDBEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBEF3 is #42410C. Grayscale: #C3C3C3. Windows color (decimal): -4342029 or 15974077. OLE color: 15974077.

HSL color Cylindrical-coordinate representation of color #BDBEF3: hue angle of 238.89º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDBEF3 is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB189190243-
CMYK0.220.2200.05
HSL238.89º69.23%84.71%-
HSV(B)238.89º22.22%95.29%-
XYZ55.5854.1292.31-
YUV195.74154.67123.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.39%
GREEN value IS 190 (74.61% from 255) = 30.55%
BLUE value IS 243 (95.31% from 255) = 39.07%
R=30.39%
G=30.55%
B=39.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1891902430.220.2200.05238.8969.2384.71
HexBDBEF3161605ef4555
Octal275276363262605357105125
Binary101111011011111011110011101101011001011110111110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBEF3; }

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

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

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

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

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

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

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

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