Html Css Color HEX #BAB3DC Lavender Grey

📋 copy color: '#BAB3DC'

red 186 ◦ green 179 ◦ blue 220

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

Shades of Lavender Grey #BAB3DC

Tints of Lavender Grey #BAB3DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.61%

R = 31.79%
G = 30.6%
B = 37.61%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BAB3DC (or 0xBAB3DC) is known color: Lavender Grey. HEX triplet: BA, B3 and DC. RGB value is (186,179,220). Sum of RGB (Red+Green+Blue) = 186+179+220=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 179 (70.31% from 255 or 30.60% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #BAB3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB3DC is #454C23. Grayscale: #B9B9B9. Windows color (decimal): -4541476 or 14463930. OLE color: 14463930.

HSL color Cylindrical-coordinate representation of color #BAB3DC: hue angle of 250.24º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAB3DC is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 179 220 -
CMYK 0.15 0.19 0 0.14
HSL 250.24º 0.37% 0.78% -
HSV(B) 250.24º 0.19% 0.86% -
XYZ 49.29 47.85 74.35 -
YUV 185.77 147.32 128.17 -
System Red Green Blue C M Y K H S L
Decimal 186 179 220 0.15 0.19 0 0.14 250.24 0.37 0.78
Hex BA B3 DC F 13 0 E FA 25 4E
Octal 272 263 334 17 23 0 16 372 45 116
Binary 10111010 10110011 11011100 1111 10011 0 1110 11111010 100101 1001110

Color Harmonies of #BAB3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB3DC

Black with #BAB3DC

Text Example


Text Example

White with #BAB3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB3DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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