Html Css Color HEX #BAB3FA Lavender Blue

📋 copy color: '#BAB3FA'

red 186 ◦ green 179 ◦ blue 250

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

Shades of Lavender Blue #BAB3FA

Tints of Lavender Blue #BAB3FA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.11%

 BLUE value IS 250 (98.05% from 255) = 40.65%

R = 30.24%
G = 29.11%
B = 40.65%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BAB3FA (or 0xBAB3FA) is known color: Lavender Blue. HEX triplet: BA, B3 and FA. RGB value is (186,179,250). Sum of RGB (Red+Green+Blue) = 186+179+250=615 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.24% from 615); Green value is 179 (70.31% from 255 or 29.11% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAB3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB3FA is #454C05. Grayscale: #BCBCBC. Windows color (decimal): -4541446 or 16430010. OLE color: 16430010.

HSL color Cylindrical-coordinate representation of color #BAB3FA: hue angle of 245.92º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAB3FA is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 179 250 -
CMYK 0.26 0.28 0 0.02
HSL 245.92º 0.88% 0.84% -
HSV(B) 245.92º 0.28% 0.98% -
XYZ 53.63 49.58 97.19 -
YUV 189.19 162.32 125.73 -
System Red Green Blue C M Y K H S L
Decimal 186 179 250 0.26 0.28 0 0.02 245.92 0.88 0.84
Hex BA B3 FA 1A 1C 0 2 F6 58 54
Octal 272 263 372 32 34 0 2 366 130 124
Binary 10111010 10110011 11111010 11010 11100 0 10 11110110 1011000 1010100

Color Harmonies of #BAB3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB3FA

Black with #BAB3FA

Text Example


Text Example

White with #BAB3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB3FA; }

 p { color: rgb(186,179,250); }

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

background-color css

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

 a { background-color: rgb(186,179,250); }

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

border-color css

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

 span { border-color: rgb(186,179,250); }

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