#BDBDFB

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

Shades of Lavender Blue #BDBDFB

Tints of Lavender Blue #BDBDFB

Color information

#BDBDFB (or 0xBDBDFB) is unknown color: approx Lavender Blue. HEX triplet: BD, BD and FB. RGB value is (189,189,251). Sum of RGB (Red+Green+Blue) = 189+189+251=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 251 (98.44% from 255 or 39.90% from 629); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDBDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBDFB is #424204. Grayscale: #C3C3C3. Windows color (decimal): -4342277 or 16498109. OLE color: 16498109.

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

Color convert

RGB189189251-
CMYK0.250.2500.02
HSL240º88.57%86.27%-
HSV(B)240º24.7%98.43%-
XYZ56.654.1898.74-
YUV196.07159122.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.05%
GREEN value IS 189 (74.22% from 255) = 30.05%
BLUE value IS 251 (98.44% from 255) = 39.90%
R=30.05%
G=30.05%
B=39.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891892510.250.2500.0224088.5786.27
HexBDBDFB191902f05956
Octal275275373313102360131126
Binary10111101101111011111101111001110010101111000010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBDFB; }

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

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

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

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

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

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

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

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