#BAB8FF

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

Shades of Lavender Blue #BAB8FF

Tints of Lavender Blue #BAB8FF

Color information

#BAB8FF (or 0xBAB8FF) is unknown color: approx Lavender Blue. HEX triplet: BA, B8 and FF. RGB value is (186,184,255). Sum of RGB (Red+Green+Blue) = 186+184+255=625 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.76% from 625); Green value is 184 (72.27% from 255 or 29.44% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAB8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB8FF is #454700. Grayscale: #C0C0C0. Windows color (decimal): -4540161 or 16758970. OLE color: 16758970.

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

Color convert

RGB186184255-
CMYK0.270.2800
HSL241.69º100%86.08%-
HSV(B)241.69º27.84%100%-
XYZ55.4451.94101.71-
YUV192.69163.16123.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.76%
GREEN value IS 184 (72.27% from 255) = 29.44%
BLUE value IS 255 (100% from 255) = 40.8%
R=29.76%
G=29.44%
B=40.8%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1861842550.270.2800241.6910086.08
HexBAB8FF1B1C00f26456
Octal272270377333400362144126
Binary1011101010111000111111111101111100001111001011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB8FF; }

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

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

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

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

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

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

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

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