Html Css Color HEX #BAB3DE Lavender Grey

📋 copy color: '#BAB3DE'

red 186 ◦ green 179 ◦ blue 222

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

Shades of Lavender Grey #BAB3DE

Tints of Lavender Grey #BAB3DE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.49%

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

R = 31.69%
G = 30.49%
B = 37.82%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BAB3DE (or 0xBAB3DE) is known color: Lavender Grey. HEX triplet: BA, B3 and DE. RGB value is (186,179,222). Sum of RGB (Red+Green+Blue) = 186+179+222=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 179 (70.31% from 255 or 30.49% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 222 - color contains mainly: blue. Hex color #BAB3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB3DE is #454C21. Grayscale: #B9B9B9. Windows color (decimal): -4541474 or 14595002. OLE color: 14595002.

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

Color convert

RGB 186 179 222 -
CMYK 0.16 0.19 0 0.13
HSL 249.77º 0.39% 0.79% -
HSV(B) 249.77º 0.19% 0.87% -
XYZ 49.55 47.95 75.75 -
YUV 186 148.32 128 -
System Red Green Blue C M Y K H S L
Decimal 186 179 222 0.16 0.19 0 0.13 249.77 0.39 0.79
Hex BA B3 DE 10 13 0 D FA 27 4F
Octal 272 263 336 20 23 0 15 372 47 117
Binary 10111010 10110011 11011110 10000 10011 0 1101 11111010 100111 1001111

Color Harmonies of #BAB3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB3DE

Black with #BAB3DE

Text Example


Text Example

White with #BAB3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB3DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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