Html Css Color HEX #BAB4DB Lavender Grey

📋 copy color: '#BAB4DB'

red 186 ◦ green 180 ◦ blue 219

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

Shades of Lavender Grey #BAB4DB

Tints of Lavender Grey #BAB4DB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.77%

 BLUE value IS 219 (85.94% from 255) = 37.44%

R = 31.79%
G = 30.77%
B = 37.44%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BAB4DB (or 0xBAB4DB) is known color: Lavender Grey. HEX triplet: BA, B4 and DB. RGB value is (186,180,219). Sum of RGB (Red+Green+Blue) = 186+180+219=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 180 (70.70% from 255 or 30.77% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #BAB4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB4DB is #454B24. Grayscale: #BABABA. Windows color (decimal): -4541221 or 14398650. OLE color: 14398650.

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

Color convert

RGB 186 180 219 -
CMYK 0.15 0.18 0 0.14
HSL 249.23º 0.35% 0.78% -
HSV(B) 249.23º 0.18% 0.86% -
XYZ 49.36 48.2 73.72 -
YUV 186.24 146.49 127.83 -
System Red Green Blue C M Y K H S L
Decimal 186 180 219 0.15 0.18 0 0.14 249.23 0.35 0.78
Hex BA B4 DB F 12 0 E F9 23 4E
Octal 272 264 333 17 22 0 16 371 43 116
Binary 10111010 10110100 11011011 1111 10010 0 1110 11111001 100011 1001110

Color Harmonies of #BAB4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB4DB

Black with #BAB4DB

Text Example


Text Example

White with #BAB4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB4DB; }

 p { color: rgb(186,180,219); }

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

background-color css

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

 a { background-color: rgb(186,180,219); }

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

border-color css

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

 span { border-color: rgb(186,180,219); }

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