#BAAEFF

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

Shades of Lavender Blue #BAAEFF

Tints of Lavender Blue #BAAEFF

Color information

#BAAEFF (or 0xBAAEFF) is unknown color: approx Lavender Blue. HEX triplet: BA, AE and FF. RGB value is (186,174,255). Sum of RGB (Red+Green+Blue) = 186+174+255=615 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.24% from 615); Green value is 174 (68.36% from 255 or 28.29% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAAEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAEFF is #455100. Grayscale: #BABABA. Windows color (decimal): -4542721 or 16756410. OLE color: 16756410.

HSL color Cylindrical-coordinate representation of color #BAAEFF: hue angle of 248.89º 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 #BAAEFF is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB186174255-
CMYK0.270.3200
HSL248.89º100%84.12%-
HSV(B)248.89º31.76%100%-
XYZ53.4447.93101.04-
YUV186.82166.48127.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.24%
GREEN value IS 174 (68.36% from 255) = 28.29%
BLUE value IS 255 (100% from 255) = 41.46%
R=30.24%
G=28.29%
B=41.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1861742550.270.3200248.8910084.12
HexBAAEFF1B2000f96454
Octal272256377334000371144124
Binary10111010101011101111111111011100000001111100111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAEFF; }

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

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

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

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

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

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

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

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