Html Css Color HEX #BAB9D1 Lavender Grey

📋 copy color: '#BAB9D1'

red 186 ◦ green 185 ◦ blue 209

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

Shades of Lavender Grey #BAB9D1

Tints of Lavender Grey #BAB9D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.03%

R = 32.07%
G = 31.9%
B = 36.03%

CMYK

 C value IS 0.11

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BAB9D1 (or 0xBAB9D1) is known color: Lavender Grey. HEX triplet: BA, B9 and D1. RGB value is (186,185,209). Sum of RGB (Red+Green+Blue) = 186+185+209=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 185 (72.66% from 255 or 31.90% from 580); Blue value is 209 (82.03% from 255 or 36.03% from 580); Max value from RGB is 209 - color contains mainly: blue. Hex color #BAB9D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB9D1 is #45462E. Grayscale: #BBBBBB. Windows color (decimal): -4539951 or 13744570. OLE color: 13744570.

HSL color Cylindrical-coordinate representation of color #BAB9D1: hue angle of 242.5º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAB9D1 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 185 209 -
CMYK 0.11 0.11 0 0.18
HSL 242.5º 0.21% 0.77% -
HSV(B) 242.5º 0.11% 0.82% -
XYZ 49.11 49.74 67.33 -
YUV 188.04 139.83 126.55 -
System Red Green Blue C M Y K H S L
Decimal 186 185 209 0.11 0.11 0 0.18 242.5 0.21 0.77
Hex BA B9 D1 B B 0 12 F2 15 4D
Octal 272 271 321 13 13 0 22 362 25 115
Binary 10111010 10111001 11010001 1011 1011 0 10010 11110010 10101 1001101

Color Harmonies of #BAB9D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB9D1

Black with #BAB9D1

Text Example


Text Example

White with #BAB9D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB9D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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