#BDBEFB

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

Shades of Lavender Blue #BDBEFB

Tints of Lavender Blue #BDBEFB

Color information

#BDBEFB (or 0xBDBEFB) is unknown color: approx Lavender Blue. HEX triplet: BD, BE and FB. RGB value is (189,190,251). Sum of RGB (Red+Green+Blue) = 189+190+251=630 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30% from 630); Green value is 190 (74.61% from 255 or 30.16% from 630); Blue value is 251 (98.44% from 255 or 39.84% from 630); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDBEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBEFB is #424104. Grayscale: #C4C4C4. Windows color (decimal): -4342021 or 16498365. OLE color: 16498365.

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

Color convert

RGB189190251-
CMYK0.250.2400.02
HSL239.03º88.57%86.27%-
HSV(B)239.03º24.7%98.43%-
XYZ56.8154.6198.81-
YUV196.66158.67122.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30%
GREEN value IS 190 (74.61% from 255) = 30.16%
BLUE value IS 251 (98.44% from 255) = 39.84%
R=30%
G=30.16%
B=39.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891902510.250.2400.02239.0388.5786.27
HexBDBEFB191802ef5956
Octal275276373313002357131126
Binary10111101101111101111101111001110000101110111110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBEFB; }

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

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

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

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

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

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

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

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