#BAADFF

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

Shades of Lavender Blue #BAADFF

Tints of Lavender Blue #BAADFF

Color information

#BAADFF (or 0xBAADFF) is unknown color: approx Lavender Blue. HEX triplet: BA, AD and FF. RGB value is (186,173,255). Sum of RGB (Red+Green+Blue) = 186+173+255=614 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.29% from 614); Green value is 173 (67.97% from 255 or 28.18% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAADFF is #455200. Grayscale: #B9B9B9. Windows color (decimal): -4542977 or 16756154. OLE color: 16756154.

HSL color Cylindrical-coordinate representation of color #BAADFF: hue angle of 249.51º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAADFF is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB186173255-
CMYK0.270.3200
HSL249.51º100%83.92%-
HSV(B)249.51º32.16%100%-
XYZ53.2447.55100.98-
YUV186.24166.81127.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.29%
GREEN value IS 173 (67.97% from 255) = 28.18%
BLUE value IS 255 (100% from 255) = 41.53%
R=30.29%
G=28.18%
B=41.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1861732550.270.3200249.5110083.92
HexBAADFF1B2000fa6454
Octal272255377334000372144124
Binary10111010101011011111111111011100000001111101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAADFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAADFF; }

 p { color: rgb(186,173,255); }

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

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

 a { background-color: rgb(186,173,255); }

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

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

 span { border-color: rgb(186,173,255); }

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