Html Css Color HEX #BAB4DC Lavender Grey

📋 copy color: '#BAB4DC'

red 186 ◦ green 180 ◦ blue 220

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

Shades of Lavender Grey #BAB4DC

Tints of Lavender Grey #BAB4DC

RGB

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

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

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

R = 31.74%
G = 30.72%
B = 37.54%

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

#BAB4DC (or 0xBAB4DC) is known color: Lavender Grey. HEX triplet: BA, B4 and DC. RGB value is (186,180,220). Sum of RGB (Red+Green+Blue) = 186+180+220=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 180 (70.70% from 255 or 30.72% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #BAB4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB4DC is #454B23. Grayscale: #BABABA. Windows color (decimal): -4541220 or 14464186. OLE color: 14464186.

HSL color Cylindrical-coordinate representation of color #BAB4DC: hue angle of 249º degrees, saturation: 0.36, 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 #BAB4DC is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 180 220 -
CMYK 0.15 0.18 0 0.14
HSL 249º 0.36% 0.78% -
HSV(B) 249º 0.18% 0.86% -
XYZ 49.49 48.25 74.41 -
YUV 186.35 146.99 127.75 -
System Red Green Blue C M Y K H S L
Decimal 186 180 220 0.15 0.18 0 0.14 249 0.36 0.78
Hex BA B4 DC F 12 0 E F9 24 4E
Octal 272 264 334 17 22 0 16 371 44 116
Binary 10111010 10110100 11011100 1111 10010 0 1110 11111001 100100 1001110

Color Harmonies of #BAB4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB4DC

Black with #BAB4DC

Text Example


Text Example

White with #BAB4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB4DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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