#BDB6FD

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

Shades of Lavender Blue #BDB6FD

Tints of Lavender Blue #BDB6FD

Color information

#BDB6FD (or 0xBDB6FD) is unknown color: approx Lavender Blue. HEX triplet: BD, B6 and FD. RGB value is (189,182,253). Sum of RGB (Red+Green+Blue) = 189+182+253=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 182 (71.48% from 255 or 29.17% from 624); Blue value is 253 (99.22% from 255 or 40.54% from 624); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDB6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB6FD is #424902. Grayscale: #BFBFBF. Windows color (decimal): -4344067 or 16627389. OLE color: 16627389.

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

Color convert

RGB189182253-
CMYK0.250.2800.01
HSL245.92º94.67%85.29%-
HSV(B)245.92º28.06%99.22%-
XYZ55.4451.3799.92-
YUV192.19162.32125.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.29%
GREEN value IS 182 (71.48% from 255) = 29.17%
BLUE value IS 253 (99.22% from 255) = 40.54%
R=30.29%
G=29.17%
B=40.54%

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
Decimal1891822530.250.2800.01245.9294.6785.29
HexBDB6FD191C01f65f55
Octal275266375313401366137125
Binary1011110110110110111111011100111100011111011010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB6FD; }

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

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

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

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

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

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

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

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