Html Css Color HEX #BAB5FA Lavender Blue

📋 copy color: '#BAB5FA'

red 186 ◦ green 181 ◦ blue 250

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

Shades of Lavender Blue #BAB5FA

Tints of Lavender Blue #BAB5FA

RGB

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

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

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

R = 30.15%
G = 29.34%
B = 40.52%

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

#BAB5FA (or 0xBAB5FA) is known color: Lavender Blue. HEX triplet: BA, B5 and FA. RGB value is (186,181,250). Sum of RGB (Red+Green+Blue) = 186+181+250=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 181 (71.09% from 255 or 29.34% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAB5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB5FA is #454A05. Grayscale: #BEBEBE. Windows color (decimal): -4540934 or 16430522. OLE color: 16430522.

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

Color convert

RGB 186 181 250 -
CMYK 0.26 0.28 0 0.02
HSL 244.35º 0.87% 0.85% -
HSV(B) 244.35º 0.28% 0.98% -
XYZ 54.03 50.39 97.32 -
YUV 190.36 161.66 124.89 -
System Red Green Blue C M Y K H S L
Decimal 186 181 250 0.26 0.28 0 0.02 244.35 0.87 0.85
Hex BA B5 FA 1A 1C 0 2 F4 57 55
Octal 272 265 372 32 34 0 2 364 127 125
Binary 10111010 10110101 11111010 11010 11100 0 10 11110100 1010111 1010101

Color Harmonies of #BAB5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB5FA

Black with #BAB5FA

Text Example


Text Example

White with #BAB5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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