#BDB9FB

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

Shades of Lavender Blue #BDB9FB

Tints of Lavender Blue #BDB9FB

Color information

#BDB9FB (or 0xBDB9FB) is unknown color: approx Lavender Blue. HEX triplet: BD, B9 and FB. RGB value is (189,185,251). Sum of RGB (Red+Green+Blue) = 189+185+251=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 185 (72.66% from 255 or 29.6% from 625); Blue value is 251 (98.44% from 255 or 40.16% from 625); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDB9FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB9FB is #424604. Grayscale: #C1C1C1. Windows color (decimal): -4343301 or 16497085. OLE color: 16497085.

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

Color convert

RGB189185251-
CMYK0.250.2600.02
HSL243.64º89.19%85.49%-
HSV(B)243.64º26.29%98.43%-
XYZ55.7552.4898.46-
YUV193.72160.33124.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.24%
GREEN value IS 185 (72.66% from 255) = 29.6%
BLUE value IS 251 (98.44% from 255) = 40.16%
R=30.24%
G=29.6%
B=40.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891852510.250.2600.02243.6489.1985.49
HexBDB9FB191A02f45955
Octal275271373313202364131125
Binary10111101101110011111101111001110100101111010010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB9FB; }

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

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

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

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

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

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

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

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