Html Css Color HEX #BAB9DE Lavender Grey

📋 copy color: '#BAB9DE'

red 186 ◦ green 185 ◦ blue 222

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

Shades of Lavender Grey #BAB9DE

Tints of Lavender Grey #BAB9DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.44%

R = 31.37%
G = 31.2%
B = 37.44%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BAB9DE (or 0xBAB9DE) is known color: Lavender Grey. HEX triplet: BA, B9 and DE. RGB value is (186,185,222). Sum of RGB (Red+Green+Blue) = 186+185+222=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 185 (72.66% from 255 or 31.20% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 222 - color contains mainly: blue. Hex color #BAB9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB9DE is #454621. Grayscale: #BDBDBD. Windows color (decimal): -4539938 or 14596538. OLE color: 14596538.

HSL color Cylindrical-coordinate representation of color #BAB9DE: hue angle of 241.62º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAB9DE is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 185 222 -
CMYK 0.16 0.17 0 0.13
HSL 241.62º 0.36% 0.8% -
HSV(B) 241.62º 0.17% 0.87% -
XYZ 50.78 50.41 76.16 -
YUV 189.52 146.33 125.49 -
System Red Green Blue C M Y K H S L
Decimal 186 185 222 0.16 0.17 0 0.13 241.62 0.36 0.8
Hex BA B9 DE 10 11 0 D F2 24 50
Octal 272 271 336 20 21 0 15 362 44 120
Binary 10111010 10111001 11011110 10000 10001 0 1101 11110010 100100 1010000

Color Harmonies of #BAB9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB9DE

Black with #BAB9DE

Text Example


Text Example

White with #BAB9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB9DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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