#BDB5FD

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

Shades of Lavender Blue #BDB5FD

Tints of Lavender Blue #BDB5FD

Color information

#BDB5FD (or 0xBDB5FD) is unknown color: approx Lavender Blue. HEX triplet: BD, B5 and FD. RGB value is (189,181,253). Sum of RGB (Red+Green+Blue) = 189+181+253=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 181 (71.09% from 255 or 29.05% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDB5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB5FD is #424A02. Grayscale: #BFBFBF. Windows color (decimal): -4344323 or 16627133. OLE color: 16627133.

HSL color Cylindrical-coordinate representation of color #BDB5FD: hue angle of 246.67º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDB5FD is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB189181253-
CMYK0.250.2800.01
HSL246.67º94.74%85.1%-
HSV(B)246.67º28.46%99.22%-
XYZ55.2450.9699.85-
YUV191.6162.65126.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.34%
GREEN value IS 181 (71.09% from 255) = 29.05%
BLUE value IS 253 (99.22% from 255) = 40.61%
R=30.34%
G=29.05%
B=40.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1891812530.250.2800.01246.6794.7485.1
HexBDB5FD191C01f75f55
Octal275265375313401367137125
Binary1011110110110101111111011100111100011111011110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB5FD; }

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

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

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

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

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

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

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

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