Html Css Color HEX #BAB5FF Lavender Blue

📋 copy color: '#BAB5FF'

red 186 ◦ green 181 ◦ blue 255

#BAB5FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Blue #BAB5FF

Tints of Lavender Blue #BAB5FF

RGB

 RED value IS 186 (73.05% from 255) = 29.9%

 GREEN value IS 181 (71.09% from 255) = 29.1%

 BLUE value IS 255 (100% from 255) = 41%

R = 29.9%
G = 29.1%
B = 41%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BAB5FF (or 0xBAB5FF) is known color: Lavender Blue. HEX triplet: BA, B5 and FF. RGB value is (186,181,255). Sum of RGB (Red+Green+Blue) = 186+181+255=622 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.90% from 622); Green value is 181 (71.09% from 255 or 29.10% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAB5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB5FF is #454A00. Grayscale: #BEBEBE. Windows color (decimal): -4540929 or 16758202. OLE color: 16758202.

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

Color convert

RGB 186 181 255 -
CMYK 0.27 0.29 0 0
HSL 244.05º 1% 0.85% -
HSV(B) 244.05º 0.29% 1% -
XYZ 54.82 50.71 101.51 -
YUV 190.93 164.16 124.48 -
System Red Green Blue C M Y K H S L
Decimal 186 181 255 0.27 0.29 0 0 244.05 1 0.85
Hex BA B5 FF 1B 1D 0 0 F4 64 55
Octal 272 265 377 33 35 0 0 364 144 125
Binary 10111010 10110101 11111111 11011 11101 0 0 11110100 1100100 1010101

Color Harmonies of #BAB5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB5FF

Black with #BAB5FF

Text Example


Text Example

White with #BAB5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB5FF; }

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

 H1.HeaderClassName
 {
   color: #BAB5FF;
 }
 .AnyTagClassName
 {
   color: #BAB5FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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