Html Css Color HEX #BAB6FA Lavender Blue

📋 copy color: '#BAB6FA'

red 186 ◦ green 182 ◦ blue 250

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

Shades of Lavender Blue #BAB6FA

Tints of Lavender Blue #BAB6FA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.45%

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

R = 30.1%
G = 29.45%
B = 40.45%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BAB6FA (or 0xBAB6FA) is known color: Lavender Blue. HEX triplet: BA, B6 and FA. RGB value is (186,182,250). Sum of RGB (Red+Green+Blue) = 186+182+250=618 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.10% from 618); Green value is 182 (71.48% from 255 or 29.45% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAB6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB6FA is #454905. Grayscale: #BEBEBE. Windows color (decimal): -4540678 or 16430778. OLE color: 16430778.

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

Color convert

RGB 186 182 250 -
CMYK 0.26 0.27 0 0.02
HSL 243.53º 0.87% 0.85% -
HSV(B) 243.53º 0.27% 0.98% -
XYZ 54.23 50.8 97.39 -
YUV 190.95 161.33 124.47 -
System Red Green Blue C M Y K H S L
Decimal 186 182 250 0.26 0.27 0 0.02 243.53 0.87 0.85
Hex BA B6 FA 1A 1B 0 2 F4 57 55
Octal 272 266 372 32 33 0 2 364 127 125
Binary 10111010 10110110 11111010 11010 11011 0 10 11110100 1010111 1010101

Color Harmonies of #BAB6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB6FA

Black with #BAB6FA

Text Example


Text Example

White with #BAB6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB6FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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