#BDB5FA

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

Shades of Lavender Blue #BDB5FA

Tints of Lavender Blue #BDB5FA

Color information

#BDB5FA (or 0xBDB5FA) is unknown color: approx Lavender Blue. HEX triplet: BD, B5 and FA. RGB value is (189,181,250). Sum of RGB (Red+Green+Blue) = 189+181+250=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 181 (71.09% from 255 or 29.19% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDB5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB5FA is #424A05. Grayscale: #BEBEBE. Windows color (decimal): -4344326 or 16430525. OLE color: 16430525.

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

Color convert

RGB189181250-
CMYK0.240.2800.02
HSL246.96º87.34%84.51%-
HSV(B)246.96º27.6%98.04%-
XYZ54.7750.7797.36-
YUV191.26161.15126.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.48%
GREEN value IS 181 (71.09% from 255) = 29.19%
BLUE value IS 250 (98.05% from 255) = 40.32%
R=30.48%
G=29.19%
B=40.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891812500.240.2800.02246.9687.3484.51
HexBDB5FA181C02f75755
Octal275265372303402367127125
Binary10111101101101011111101011000111000101111011110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB5FA; }

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

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

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

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

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

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

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

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