Html Css Color HEX #BAB6F9 Lavender Blue

📋 copy color: '#BAB6F9'

red 186 ◦ green 182 ◦ blue 249

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

Shades of Lavender Blue #BAB6F9

Tints of Lavender Blue #BAB6F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 40.36%

R = 30.15%
G = 29.5%
B = 40.36%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BAB6F9 (or 0xBAB6F9) is known color: Lavender Blue. HEX triplet: BA, B6 and F9. RGB value is (186,182,249). Sum of RGB (Red+Green+Blue) = 186+182+249=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 182 (71.48% from 255 or 29.50% from 617); Blue value is 249 (97.66% from 255 or 40.36% from 617); Max value from RGB is 249 - color contains mainly: blue. Hex color #BAB6F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB6F9 is #454906. Grayscale: #BEBEBE. Windows color (decimal): -4540679 or 16365242. OLE color: 16365242.

HSL color Cylindrical-coordinate representation of color #BAB6F9: hue angle of 243.58º degrees, saturation: 0.85, 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 #BAB6F9 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 182 249 -
CMYK 0.25 0.27 0 0.02
HSL 243.58º 0.85% 0.85% -
HSV(B) 243.58º 0.27% 0.98% -
XYZ 54.08 50.73 96.57 -
YUV 190.83 160.83 124.55 -
System Red Green Blue C M Y K H S L
Decimal 186 182 249 0.25 0.27 0 0.02 243.58 0.85 0.85
Hex BA B6 F9 19 1B 0 2 F4 55 55
Octal 272 266 371 31 33 0 2 364 125 125
Binary 10111010 10110110 11111001 11001 11011 0 10 11110100 1010101 1010101

Color Harmonies of #BAB6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB6F9

Black with #BAB6F9

Text Example


Text Example

White with #BAB6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB6F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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