#BDB3FF

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

Shades of Lavender Blue #BDB3FF

Tints of Lavender Blue #BDB3FF

Color information

#BDB3FF (or 0xBDB3FF) is unknown color: approx Lavender Blue. HEX triplet: BD, B3 and FF. RGB value is (189,179,255). Sum of RGB (Red+Green+Blue) = 189+179+255=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 179 (70.31% from 255 or 28.73% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDB3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB3FF is #424C00. Grayscale: #BEBEBE. Windows color (decimal): -4344833 or 16757693. OLE color: 16757693.

HSL color Cylindrical-coordinate representation of color #BDB3FF: hue angle of 247.89º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDB3FF is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB189179255-
CMYK0.260.3000
HSL247.89º100%85.1%-
HSV(B)247.89º29.8%100%-
XYZ55.1650.28101.41-
YUV190.65164.31126.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.34%
GREEN value IS 179 (70.31% from 255) = 28.73%
BLUE value IS 255 (100% from 255) = 40.93%
R=30.34%
G=28.73%
B=40.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1891792550.260.3000247.8910085.1
HexBDB3FF1A1E00f86455
Octal275263377323600370144125
Binary1011110110110011111111111101011110001111100011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB3FF; }

 p { color: rgb(189,179,255); }

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

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

 a { background-color: rgb(189,179,255); }

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

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

 span { border-color: rgb(189,179,255); }

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