Html Css Color HEX #BAB9E1 Lavender Grey

📋 copy color: '#BAB9E1'

red 186 ◦ green 185 ◦ blue 225

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

Shades of Lavender Grey #BAB9E1

Tints of Lavender Grey #BAB9E1

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.04%

 BLUE value IS 225 (88.28% from 255) = 37.75%

R = 31.21%
G = 31.04%
B = 37.75%

CMYK

 C value IS 0.17

 M value IS 0.18

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BAB9E1 (or 0xBAB9E1) is known color: Lavender Grey. HEX triplet: BA, B9 and E1. RGB value is (186,185,225). Sum of RGB (Red+Green+Blue) = 186+185+225=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 185 (72.66% from 255 or 31.04% from 596); Blue value is 225 (88.28% from 255 or 37.75% from 596); Max value from RGB is 225 - color contains mainly: blue. Hex color #BAB9E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB9E1 is #45461E. Grayscale: #BDBDBD. Windows color (decimal): -4539935 or 14793146. OLE color: 14793146.

HSL color Cylindrical-coordinate representation of color #BAB9E1: hue angle of 241.5º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAB9E1 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 185 225 -
CMYK 0.17 0.18 0 0.12
HSL 241.5º 0.4% 0.8% -
HSV(B) 241.5º 0.18% 0.88% -
XYZ 51.19 50.57 78.3 -
YUV 189.86 147.83 125.25 -
System Red Green Blue C M Y K H S L
Decimal 186 185 225 0.17 0.18 0 0.12 241.5 0.4 0.8
Hex BA B9 E1 11 12 0 C F2 28 50
Octal 272 271 341 21 22 0 14 362 50 120
Binary 10111010 10111001 11100001 10001 10010 0 1100 11110010 101000 1010000

Color Harmonies of #BAB9E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB9E1

Black with #BAB9E1

Text Example


Text Example

White with #BAB9E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB9E1; }

 p { color: rgb(186,185,225); }

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

background-color css

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

 a { background-color: rgb(186,185,225); }

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

border-color css

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

 span { border-color: rgb(186,185,225); }

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