#BDB9FA

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

Shades of Lavender Blue #BDB9FA

Tints of Lavender Blue #BDB9FA

Color information

#BDB9FA (or 0xBDB9FA) is unknown color: approx Lavender Blue. HEX triplet: BD, B9 and FA. RGB value is (189,185,250). Sum of RGB (Red+Green+Blue) = 189+185+250=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 185 (72.66% from 255 or 29.65% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDB9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB9FA is #424605. Grayscale: #C1C1C1. Windows color (decimal): -4343302 or 16431549. OLE color: 16431549.

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

Color convert

RGB189185250-
CMYK0.240.2600.02
HSL243.69º86.67%85.29%-
HSV(B)243.69º26%98.04%-
XYZ55.5952.4297.63-
YUV193.61159.83124.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.29%
GREEN value IS 185 (72.66% from 255) = 29.65%
BLUE value IS 250 (98.05% from 255) = 40.06%
R=30.29%
G=29.65%
B=40.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891852500.240.2600.02243.6986.6785.29
HexBDB9FA181A02f45755
Octal275271372303202364127125
Binary10111101101110011111101011000110100101111010010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB9FA; }

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

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

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

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

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

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

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

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